| Index: pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| index 57b54fd9d9168c03a1744fc63940f54d41ccc067..11a80a4faaf9ff944bec81e54c8d73a042598260 100644
|
| --- a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| @@ -355,7 +355,7 @@ class JavaScriptMapConstant extends MapConstantValue {
|
| static const String DART_STRING_CLASS = "ConstantStringMap";
|
| static const String DART_PROTO_CLASS = "ConstantProtoMap";
|
| static const String DART_GENERAL_CLASS = "GeneralConstantMap";
|
| - static const String LENGTH_NAME = "length";
|
| + static const String LENGTH_NAME = "_length";
|
| static const String JS_OBJECT_NAME = "_jsObject";
|
| static const String KEYS_NAME = "_keys";
|
| static const String PROTO_VALUE = "_protoValue";
|
|
|