aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/WebIDL/abstract.patch
blob: 316ed8ce0a123ba826d4d59d5b50fb82bf0b2bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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():