| 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 e933ae5f1d3d027ec5f9e62abbe92c9e7308bdbb..7726ed0df65821b2e9ab49eb9007987579cebb64 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| @@ -446,7 +446,7 @@ class BackendImpacts {
|
| BackendImpact get typeLiteral {
|
| if (_typeLiteral == null) {
|
| _typeLiteral = new BackendImpact(
|
| - instantiatedClasses: [backend.typeImplementation],
|
| + instantiatedClasses: [backend.backendClasses.typeImplementation],
|
| staticUses: [helpers.createRuntimeType]);
|
| }
|
| return _typeLiteral;
|
|
|