| 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 671d6c392c43e7d7d8abed259482f8e897413ded..57b54fd9d9168c03a1744fc63940f54d41ccc067 100644
|
| --- a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| @@ -327,7 +327,7 @@ class JavaScriptConstantSystem extends ConstantSystem {
|
| ? (hasProtoKey ? JavaScriptMapConstant.DART_PROTO_CLASS
|
| : JavaScriptMapConstant.DART_STRING_CLASS)
|
| : JavaScriptMapConstant.DART_GENERAL_CLASS;
|
| - ClassElement classElement = backend.jsHelperLibrary.find(className);
|
| + ClassElement classElement = backend.helpers.jsHelperLibrary.find(className);
|
| classElement.ensureResolved(compiler.resolution);
|
| List<DartType> typeArgument = sourceType.typeArguments;
|
| InterfaceType type;
|
|
|