mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 3399263d2702 (bug 1027607)
This commit is contained in:
parent
286503bb8e
commit
73707d1cc0
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user