Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: pkg/compiler/lib/src/js_backend/js_backend.dart

Issue 1394923003: Use WorldImpact for element dependencies in deferred_load (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/js_backend/js_backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/js_backend.dart b/pkg/compiler/lib/src/js_backend/js_backend.dart
index 69f31967dc91eadc8525654f6ed41dacc22e0dc8..6d542b4bbed0b8153ce0c9f2042e2f8f89082778 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -32,7 +32,7 @@ import '../common/resolution.dart' show
MapLiteralUse,
Resolution,
ResolutionCallbacks,
- ResolutionWorldImpact,
+ ResolutionImpact,
TransformedWorldImpact;
import '../common/work.dart' show
ItemCompilationContext;

Powered by Google App Engine
This is Rietveld 408576698