| Index: tools/dom/scripts/systemnative.py
|
| diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
|
| index c82e8618cb1f4a739016ab86e7cd2d0315032e57..df82ca77990ad768212daf1c464c4196e05fa29e 100644
|
| --- a/tools/dom/scripts/systemnative.py
|
| +++ b/tools/dom/scripts/systemnative.py
|
| @@ -763,9 +763,8 @@ class DartiumBackend(HtmlDartGenerator):
|
| def _GenerateNativeBinding(self, idl_name, argument_count, dart_declaration,
|
| native_suffix, is_custom):
|
| annotations = FormatAnnotationsAndComments(
|
| - GetAnnotationsAndComments(self._interface.id, idl_name,
|
| - self._renamer.GetLibraryName(
|
| - self._interface)),
|
| + GetAnnotationsAndComments(self._renamer.GetLibraryName(self._interface),
|
| + self._interface.id, idl_name),
|
| ' ')
|
|
|
| native_binding = '%s_%s_%s' % (self._interface.id, idl_name, native_suffix)
|
|
|