mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +00:00
10 lines
448 B
Diff
10 lines
448 B
Diff
--- WebIDL.py
|
|
+++ WebIDL.py
|
|
@@ -1987,6 +1987,7 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
|
or identifier == "RunConstructorInCallerCompartment"
|
|
or identifier == "WantsEventListenerHooks"
|
|
or identifier == "Serializable"
|
|
+ or identifier == "Abstract"
|
|
):
|
|
# Known extended attributes that do not take values
|
|
if not attr.noArguments():
|