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