| Index: lib/html/scripts/systemnative.py
|
| diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
|
| index a8fcda1dd63a4e6175f5e5852fe012c4ce1de280..af51295ded949de03fe0bc43370a158572aeee24 100644
|
| --- a/lib/html/scripts/systemnative.py
|
| +++ b/lib/html/scripts/systemnative.py
|
| @@ -450,7 +450,7 @@ class DartiumBackend(object):
|
| SecureOutputType(self, info.type_name),
|
| html_name,
|
| info.ParametersDeclaration(
|
| - (lambda x: 'Dynamic') if needs_dispatcher else self._DartType))
|
| + (lambda x: 'dynamic') if needs_dispatcher else self._DartType))
|
|
|
| if not needs_dispatcher:
|
| # Bind directly to native implementation
|
|
|