Index: sdk/lib/html/scripts/systemnative.py |
diff --git a/sdk/lib/html/scripts/systemnative.py b/sdk/lib/html/scripts/systemnative.py |
index 313fde5ba3f51c1c712c453e8e3e810b38a797fd..5c56ed364e081a8d71405716aefcce8b3a543a68 100644 |
--- a/sdk/lib/html/scripts/systemnative.py |
+++ b/sdk/lib/html/scripts/systemnative.py |
@@ -443,8 +443,7 @@ class DartiumBackend(HtmlDartGenerator): |
'static ' if info.IsStatic() else '', |
self.SecureOutputType(info.type_name), |
html_name, |
- info.ParametersDeclaration( |
- (lambda x: 'dynamic') if needs_dispatcher else self._DartType)) |
Anton Muhin
2012/12/28 10:21:02
do we need TypeOrNothings logic in .ParametersDecl
blois
2013/01/14 22:32:52
There are still some types which we don't have in
|
+ info.ParametersDeclaration(self._DartType)) |
if not needs_dispatcher: |
# Bind directly to native implementation |