| Index: pkg/compiler/lib/src/js_backend/field_naming_mixin.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/field_naming_mixin.dart b/pkg/compiler/lib/src/js_backend/field_naming_mixin.dart
|
| index c821aeaf98a1326b99f19af798a46071610bd459..cfc0136ddd0f3c8398ac3edeb7093ec6ef0d77d4 100644
|
| --- a/pkg/compiler/lib/src/js_backend/field_naming_mixin.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/field_naming_mixin.dart
|
| @@ -146,8 +146,8 @@ class _FieldNamingScope {
|
| }
|
|
|
| factory _FieldNamingScope.forBox(Local box, _FieldNamingRegistry registry) {
|
| - return registry.scopes.putIfAbsent(
|
| - box, () => new _BoxFieldNamingScope(box, registry));
|
| + return registry.scopes
|
| + .putIfAbsent(box, () => new _BoxFieldNamingScope(box, registry));
|
| }
|
|
|
| _FieldNamingScope.rootScope(this.container, this.registry)
|
|
|