| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 556c2d4c8ec6380f8b8b6623ef8d412ddcb7edcf..c5fb8a0a630a01f92b950c6a34d376b884dbc421 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -679,7 +679,7 @@ class Dart2JSBackend(HtmlDartGenerator):
|
|
|
| def NativeSpec(self):
|
| native_spec = MakeNativeSpec(self._interface.javascript_binding_name)
|
| - return '@Native("%s")\n' % native_spec
|
| + return ' native "%s"' % native_spec
|
|
|
| def ImplementationTemplate(self):
|
| template_file = ('impl_%s.darttemplate' %
|
|
|