Bug 1142609 - Fix PEP 8 E124 warnings in dom/bindings's Python code. r=peterv

--HG--
extra : rebase_source : 3898786515535dad76a19b9202721f1fd28e510e
This commit is contained in:
Samy Dindane 2015-08-10 17:51:25 +02:00
parent 4b00b1bd74
commit f8573e51c5

View File

@ -6348,7 +6348,7 @@ class Parser(Tokenizer):
# We're not pickling for now, until it
# becomes a speedup again.
# , picklefile='WebIDLGrammar.pkl'
)
)
logger.reportGrammarErrors()
self._globalScope = IDLScope(BuiltinLocation("<Global Scope>"), None, None)