| Index: lib/html/dart2js/html_dart2js.dart
|
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
|
| index 1557cb4bf081dd140ac004978021507a6ee0ab6e..e8c588da7ef85aeea7cade4e5ff25d874ab9feb5 100644
|
| --- a/lib/html/dart2js/html_dart2js.dart
|
| +++ b/lib/html/dart2js/html_dart2js.dart
|
| @@ -37686,7 +37686,7 @@ int _localNextElementId = 0;
|
|
|
| const _DART_ID = 'data-dart_id';
|
|
|
| -var _elementId(Element e) {
|
| +_elementId(Element e) {
|
| if (e.attributes.containsKey(_DART_ID)) return e.attributes[_DART_ID];
|
| var id = '$_isolateId-${_localNextElementId++}';
|
| e.attributes[_DART_ID] = id;
|
|
|