| Index: lib/dom/scripts/dartgenerator.py
|
| diff --git a/lib/dom/scripts/dartgenerator.py b/lib/dom/scripts/dartgenerator.py
|
| index c5c4be55c09e730ddbdb066b82fea7b257559e7f..713c534927f322cf3552c4d0891c1bb4988dfc13 100755
|
| --- a/lib/dom/scripts/dartgenerator.py
|
| +++ b/lib/dom/scripts/dartgenerator.py
|
| @@ -287,8 +287,8 @@ class DummyImplementationSystem(systembase.System):
|
| All the code comes from hand-written library files.
|
| """
|
|
|
| - def __init__(self, context):
|
| - super(DummyImplementationSystem, self).__init__(context)
|
| + def __init__(self, options):
|
| + super(DummyImplementationSystem, self).__init__(options)
|
| factory_providers_file = os.path.join(self._output_dir, 'src', 'dummy',
|
| 'RegularFactoryProviders.dart')
|
| self._factory_providers_emitter = self._emitters.FileEmitter(
|
|
|