| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 34eb8a4f27e7421db87b4ba1299a886500829224..a4ffa6f58029a4e0287ce8772e18462bf714aa58 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -931,8 +931,7 @@ class Dart2JSBackend(HtmlDartGenerator):
|
| TARGET=target,
|
| PARAMS=', '.join(target_parameters))
|
|
|
| - declaration = '%s%s%s %s(%s)' % (
|
| - self._Annotations(info.type_name, info.declared_name),
|
| + declaration = '%s%s %s(%s)' % (
|
| 'static ' if info.IsStatic() else '',
|
| return_type,
|
| html_name,
|
|
|