forked from mirrors/gecko-dev
Source-Repo: https://github.com/servo/servo Source-Revision: b355c0dbcbbbb5155170b4db971e012659081843
12 lines
583 B
Diff
12 lines
583 B
Diff
--- WebIDL.py
|
|
+++ WebIDL.py
|
|
@@ -6438,7 +6438,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.
|