mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
13 lines
619 B
Diff
13 lines
619 B
Diff
--- WebIDL.py
|
|
+++ WebIDL.py
|
|
@@ -6823,7 +6823,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.
|