| Index: lib/dom/scripts/dartgenerator.py
|
| diff --git a/lib/dom/scripts/dartgenerator.py b/lib/dom/scripts/dartgenerator.py
|
| index 7081a0fa7785c8b8ced45801c202c96c32f7bb2a..c5c4be55c09e730ddbdb066b82fea7b257559e7f 100755
|
| --- a/lib/dom/scripts/dartgenerator.py
|
| +++ b/lib/dom/scripts/dartgenerator.py
|
| @@ -333,7 +333,7 @@ class DummyInterfaceGenerator(systembase.BaseGenerator):
|
| self._system._templates.Load('factoryprovider.darttemplate'),
|
| FACTORYPROVIDER=factory_provider,
|
| CONSTRUCTOR=interface_name,
|
| - PARAMETERS=constructor_info.ParametersImplementationDeclaration())
|
| + PARAMETERS=constructor_info.ParametersImplementationDeclaration(DartType))
|
|
|
| def FinishInterface(self):
|
| pass
|
|
|