summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-03-21 19:59:03 -0400
committerAndreas Kling <kling@serenityos.org>2022-03-22 02:08:15 +0100
commit324f709d29daf05035b545f00b73ddd631899c2c (patch)
tree720977d5752c34b8f258019402078a5c35f30e26 /Userland/Libraries/LibWeb/DOM
parentdc94879b83f72e670773a8a05b2a547520c002d8 (diff)
downloadserenity-324f709d29daf05035b545f00b73ddd631899c2c.zip
LibWeb: Support IDL default values of "null" for optional arguments
This is a bit strange in the IDL syntax, but e.g., in HTMLSelectElement, we have (simplified): undefined add(optional (HTMLElement or long)? before = null) This could instead become: undefined add(optional (HTMLElement or long) before) This change generates code for the former as if it were the latter.
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM')
0 files changed, 0 insertions, 0 deletions