servo-script-bindings 0.3.0

A component of the servo web-engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/WebIDL.py b/WebIDL.py
index d8f87bc332d..c8bf9857434 100644
--- a/WebIDL.py
+++ b/WebIDL.py
@@ -9389,6 +9389,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
-- 
2.51.0