servo/components/script/dom/bindings/codegen/parser/inline.patch
2023-02-19 13:35:58 +01:00

10 lines
421 B
Diff

--- WebIDL.py
+++ WebIDL.py
@@ -1988,6 +1988,7 @@ class IDLInterface(IDLInterfaceOrNamespace):
or identifier == "WantsEventListenerHooks"
or identifier == "Serializable"
or identifier == "Abstract"
+ or identifier == "Inline"
):
# Known extended attributes that do not take values
if not attr.noArguments():