| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 59923f0ea5e483d34ad7478e130f86485d739f5f..484532a4be932d179320e3db81b95f6d1ed03d0d 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -40791,7 +40791,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;
|
|
|