blob: 316ed8ce0a123ba826d4d59d5b50fb82bf0b2bf4 [file] [log] [blame] [edit]
--- 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():