Backed out changeset 3399263d2702 (bug 1027607)

This commit is contained in:
Ed Morley 2014-06-23 15:54:43 +01:00
parent 286503bb8e
commit 73707d1cc0

View File

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