| 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 e71746628a6b8409311848b9086a153903b8a109..7f86482fd595d79f5dd2fbe2706e5801d8b29bb7 100644
|
| --- a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| @@ -265,8 +265,10 @@ class JavaScriptConstantSystem extends ConstantSystem {
|
|
|
| @override
|
| ConstantValue createType(Compiler compiler, DartType type) {
|
| - return new TypeConstantValue(type,
|
| - compiler.backend.typeImplementation.computeType(compiler.resolution));
|
| + return new TypeConstantValue(
|
| + type,
|
| + compiler.backend.backendClasses.typeImplementation
|
| + .computeType(compiler.resolution));
|
| }
|
|
|
| // Integer checks report true for -0.0, INFINITY, and -INFINITY. At
|
|
|