mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
12 lines
613 B
Diff
12 lines
613 B
Diff
--- WebIDL.py
|
|
+++ WebIDL.py
|
|
@@ -1769,7 +1769,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
|
identifier == "RunConstructorInCallerCompartment" or
|
|
identifier == "WantsEventListenerHooks" or
|
|
identifier == "Serializable" or
|
|
- identifier == "Abstract"):
|
|
+ identifier == "Abstract" or
|
|
+ identifier == "Inline"):
|
|
# Known extended attributes that do not take values
|
|
if not attr.noArguments():
|
|
raise WebIDLError("[%s] must take no arguments" % identifier,
|