aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/abstract.patch
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/abstract.patch')
-rw-r--r--components/script/dom/bindings/codegen/parser/abstract.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/script/dom/bindings/codegen/parser/abstract.patch b/components/script/dom/bindings/codegen/parser/abstract.patch
index cf4c89b84d0..8e6c272b2c5 100644
--- a/components/script/dom/bindings/codegen/parser/abstract.patch
+++ b/components/script/dom/bindings/codegen/parser/abstract.patch
@@ -1,12 +1,12 @@
--- WebIDL.py
+++ WebIDL.py
-@@ -1744,7 +1744,8 @@
+@@ -1786,7 +1786,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
+ identifier == "ProbablyShortLivingWrapper" or
identifier == "LegacyUnenumerableNamedProperties" or
identifier == "RunConstructorInCallerCompartment" or
- identifier == "WantsEventListenerHooks" or
-- identifier == "NonOrdinaryGetPrototypeOf"):
-+ identifier == "NonOrdinaryGetPrototypeOf" or
+- identifier == "WantsEventListenerHooks"):
++ identifier == "WantsEventListenerHooks" or
+ identifier == "Abstract"):
# Known extended attributes that do not take values
if not attr.noArguments():
- raise WebIDLError("[%s] must take no arguments" % identifier,
+ raise WebIDLError("[%s] must take no arguments" % identifier, \ No newline at end of file