aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/debug.patch')
-rw-r--r--components/script/dom/bindings/codegen/parser/debug.patch18
1 files changed, 8 insertions, 10 deletions
diff --git a/components/script/dom/bindings/codegen/parser/debug.patch b/components/script/dom/bindings/codegen/parser/debug.patch
index a4f8739000d..ffab062d801 100644
--- a/components/script/dom/bindings/codegen/parser/debug.patch
+++ b/components/script/dom/bindings/codegen/parser/debug.patch
@@ -1,12 +1,10 @@
--- WebIDL.py
+++ WebIDL.py
-@@ -7382,7 +7382,8 @@ class Parser(Tokenizer):
- self.parser = yacc.yacc(module=self,
- outputdir=outputdir,
- tabmodule='webidlyacc',
-- errorlog=logger
-+ errorlog=logger,
-+ debug=False
- # Pickling the grammar is a speedup in
- # some cases (older Python?) but a
- # significant slowdown in others.
+@@ -8827,6 +8827,7 @@ class Parser(Tokenizer):
+ module=self,
+ outputdir=outputdir,
+ errorlog=logger,
++ debug=False,
+ write_tables=False,
+ # Pickling the grammar is a speedup in
+ # some cases (older Python?) but a