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

Unified Diff: pkg/compiler/lib/src/dart_backend/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/dart_backend/backend.dart
diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
index 2f28068e10ca776d6b7fc89dbc7809ac75073283..5001b544b425a2f507d6f7e67d944491792c1bb0 100644
--- a/pkg/compiler/lib/src/dart_backend/backend.dart
+++ b/pkg/compiler/lib/src/dart_backend/backend.dart
@@ -361,7 +361,7 @@ class DartResolutionCallbacks extends ResolutionCallbacks {
DartResolutionCallbacks(this.backend);
@override
- WorldImpact transformImpact(ResolutionWorldImpact worldImpact) {
+ WorldImpact transformImpact(ResolutionImpact worldImpact) {
TransformedWorldImpact transformed =
new TransformedWorldImpact(worldImpact);
for (DartType typeLiteral in worldImpact.typeLiterals) {

Powered by Google App Engine
This is Rietveld 408576698