| Index: pkg/compiler/lib/src/js_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
|
| index 9d2bcb866651620d02b2f47383c40054ef1f7934..28c065758faf15ce69943b15d6d4c810d3b5f774 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -2810,7 +2810,7 @@ class JavaScriptResolutionCallbacks extends ResolutionCallbacks {
|
|
|
| BackendImpacts get impacts => backend.impacts;
|
|
|
| - WorldImpact transformImpact(ResolutionWorldImpact worldImpact) {
|
| + WorldImpact transformImpact(ResolutionImpact worldImpact) {
|
| TransformedWorldImpact transformed =
|
| new TransformedWorldImpact(worldImpact);
|
| for (Feature feature in worldImpact.features) {
|
|
|