| Index: dart/lib/compiler/implementation/lib/native_helper.dart
|
| diff --git a/dart/lib/compiler/implementation/lib/native_helper.dart b/dart/lib/compiler/implementation/lib/native_helper.dart
|
| index 5c42d048773b9ef80f7e5b8a3c7ce46e10c0b8ad..44ad80b495ae9df1681453f66c6d77d0ca9d1f78 100644
|
| --- a/dart/lib/compiler/implementation/lib/native_helper.dart
|
| +++ b/dart/lib/compiler/implementation/lib/native_helper.dart
|
| @@ -259,7 +259,7 @@ class MetaInfo {
|
| MetaInfo(this.tag, this.tags, this.set);
|
| }
|
|
|
| -List<MetaInfo> get _dynamicMetadata() {
|
| +List<MetaInfo> get _dynamicMetadata {
|
| // Because [dynamicMetadata] has to be shared with multiple isolates
|
| // that access native classes (eg multiple DOM isolates),
|
| // [_dynamicMetadata] cannot be a field, otherwise all non-main
|
|
|