Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebIDL parser replacing
void
with undefined
This change to the parser at the moment is only internal, and in this commit an affected override is corrected accordingly. IDL files still cal use `void` at the moment. Chromium change: https://chromium.googlesource.com/chromium/src/+/5e8a1af4b7b9bb9a7d2948758b41ef3bf9abc36f commit 5e8a1af4b7b9bb9a7d2948758b41ef3bf9abc36f Author: Yuki Shiino <[email protected]> Date: Wed Nov 1 15:08:24 2023 +0000 bindings: Rename 'void' to 'undefined' in bindings/scripts/ This patch renames only the internal implementation code in web_idl/ and bind_gen/, and doesn't rename any IDL code in *.idl files. Web IDL 2.13.2. undefined https://webidl.spec.whatwg.org/#idl-undefined See also whatwg/webidl#906 Bug: 1116522
- Loading branch information