| Index: tools/dom/scripts/systemnative.py
|
| diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
|
| index ddade576d7f903d6cf46f0ccc3b673b83c5e90a6..3e139a70e917d2948907856136e530ddd9a7981d 100644
|
| --- a/tools/dom/scripts/systemnative.py
|
| +++ b/tools/dom/scripts/systemnative.py
|
| @@ -759,8 +759,6 @@ class DartiumBackend(HtmlDartGenerator):
|
|
|
| native_binding = '%s_%s_%s' % (self._interface.id, idl_name, native_suffix)
|
| self._members_emitter.Emit(
|
| - '\n'
|
| - '\n /** @domName $DOMINTERFACE.$DOMNAME */'
|
| '$ANNOTATIONS'
|
| '\n $DART_DECLARATION native "$NATIVE_BINDING";\n',
|
| DOMINTERFACE=self._interface.id,
|
|
|