aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/inline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/inline.patch')
-rw-r--r--components/script/dom/bindings/codegen/parser/inline.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/components/script/dom/bindings/codegen/parser/inline.patch b/components/script/dom/bindings/codegen/parser/inline.patch
deleted file mode 100644
index ad4d0f8f959..00000000000
--- a/components/script/dom/bindings/codegen/parser/inline.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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():