| Index: pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend_impact.dart b/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| index 97da9b7e0fd4dfb095388bb09ad194a5f086e8cd..9aea1dfa185e5fabc84b6eba8e2a5d9478a21063 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| @@ -397,7 +397,7 @@ class BackendImpacts {
|
|
|
| BackendImpact get typeLiteral {
|
| return _typeLiteral ??= new BackendImpact(
|
| - instantiatedClasses: [backend.backendClasses.typeImplementation],
|
| + instantiatedClasses: [backend.backendClasses.typeClass],
|
| staticUses: [helpers.createRuntimeType]);
|
| }
|
|
|
|
|