| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index fca45bb2808f6cf4cb92cb39e5ebe91488a5332e..f9954be5ac03376297d87feca6e0e6627e76da76 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -984,7 +984,7 @@ class HtmlDart2JSClassGenerator(Dart2JSInterfaceGenerator):
|
| def _AddConvertingGetter(self, attr, html_name, conversion):
|
| self._members_emitter.Emit(
|
| '\n $RETURN_TYPE get $HTML_NAME => $CONVERT(this._$(HTML_NAME));'
|
| - '\n $NATIVE_TYPE get _$HTML_NAME native "return this.$NAME;";'
|
| + '\n $NATIVE_TYPE get _$HTML_NAME() native "return this.$NAME;";'
|
| '\n',
|
| CONVERT=conversion.function_name,
|
| HTML_NAME=html_name,
|
|
|