diff options
author | Linus Groh <mail@linusgroh.de> | 2020-12-09 21:32:04 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-10 11:02:46 +0100 |
commit | 5d77a19af5508be4346458c2b598b508c53167ad (patch) | |
tree | 16f0b893cd40bc9ddb7b4b3a51268b3682408d24 /Libraries/LibCore | |
parent | c1dfb2d8837bf1a492deab321136eee07cb26e00 (diff) | |
download | serenity-5d77a19af5508be4346458c2b598b508c53167ad.zip |
LibWeb: Replace IDL 'void' return type with 'undefined'
From the Web IDL spec: https://heycam.github.io/webidl/#idl-undefined
[...]
undefined constant values in IDL are represented with the `undefined`
token.
[...]
Note: This value was previously spelled `void`, and more limited in how
it was allowed to be used.
Diffstat (limited to 'Libraries/LibCore')
0 files changed, 0 insertions, 0 deletions