| 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 1571c41cf36605d1de71aec544a3c1993ed1582e..5f0b2666da3e36aba4b8b16347019fccf062cd53 100644
|
| --- a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| @@ -320,9 +320,8 @@ class JavaScriptConstantSystem extends ConstantSystem {
|
|
|
| @override
|
| ConstantValue createType(Compiler compiler, ResolutionDartType type) {
|
| - ResolutionInterfaceType instanceType = compiler
|
| - .backend.backendClasses.typeImplementation
|
| - .computeType(compiler.resolution);
|
| + ResolutionInterfaceType instanceType =
|
| + compiler.backend.backendClasses.typeType;
|
| return new TypeConstantValue(type, instanceType);
|
| }
|
|
|
|
|