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