aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/ext-attribute-no-value-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/ext-attribute-no-value-error.patch')
-rw-r--r--components/script/dom/bindings/codegen/parser/ext-attribute-no-value-error.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/components/script/dom/bindings/codegen/parser/ext-attribute-no-value-error.patch b/components/script/dom/bindings/codegen/parser/ext-attribute-no-value-error.patch
deleted file mode 100644
index 210134d8ca6..00000000000
--- a/components/script/dom/bindings/codegen/parser/ext-attribute-no-value-error.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- WebIDL.py
-+++ WebIDL.py
-@@ -3490,7 +3490,7 @@ class IDLBuiltinType(IDLType):
- [self.location, attribute.location])
- assert not self.nullable()
- if not attribute.hasValue():
-- raise WebIDLError("[TreatNullAs] must take an identifier argument"
-+ raise WebIDLError("[TreatNullAs] must take an identifier argument",
- [attribute.location])
- value = attribute.value()
- if value != 'EmptyString':