Bug 1027607 - Add missing 'self' on a CLOSED TREE, r=bustage

This commit is contained in:
Andrew Halberstadt 2014-06-23 08:45:52 -04:00
parent 5eb362b0a7
commit a8b241629f

View File

@ -63,7 +63,7 @@ class GeckoInstance(object):
env=env,
symbols_path=self.symbols_path,
process_args={
'processOutputLine': [on_output],
'processOutputLine': [self.on_output],
'logfile': self.gecko_log})
self.runner.start()