| Index: lib/html/scripts/systemnative.py
|
| diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
|
| index 187a272290bdcaf73e6f59298a4a4030f3e23783..ad5f2bea0fd5b79e225b8594e0d0c846790d1e18 100644
|
| --- a/lib/html/scripts/systemnative.py
|
| +++ b/lib/html/scripts/systemnative.py
|
| @@ -227,7 +227,7 @@ class DartiumBackend(object):
|
| template,
|
| FACTORYPROVIDER=factory_provider,
|
| INTERFACE=self._html_interface_name,
|
| - PARAMETERS=constructor_info.ParametersImplementationDeclaration(self._DartType),
|
| + PARAMETERS=constructor_info.ParametersDeclaration(self._DartType),
|
| ARGUMENTS=constructor_info.ParametersAsArgumentList(),
|
| NATIVE_NAME=native_binding)
|
|
|
| @@ -476,7 +476,7 @@ class DartiumBackend(object):
|
| 'static ' if info.IsStatic() else '',
|
| SecureOutputType(self, info.type_name),
|
| html_name,
|
| - info.ParametersImplementationDeclaration(
|
| + info.ParametersDeclaration(
|
| (lambda x: 'Dynamic') if needs_dispatcher else self._DartType))
|
|
|
| if not needs_dispatcher:
|
|
|