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

Unified Diff: pkg/compiler/lib/src/common/backend_api.dart

Issue 1394793004: Move WorldImpact to universe/world_impact.dart (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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index f72ce5e10c37166bd6d38d5c5090c97a962681e6..7d0062c963fe0eab04eec3403c723dbea0791451 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -31,8 +31,7 @@ import '../elements/elements.dart' show
import '../enqueue.dart' show
Enqueuer,
CodegenEnqueuer,
- ResolutionEnqueuer,
- WorldImpact;
+ ResolutionEnqueuer;
import '../io/code_output.dart' show
CodeBuffer;
import '../io/source_information.dart' show
@@ -53,6 +52,8 @@ import '../tree/tree.dart' show
Send;
import '../universe/call_structure.dart' show
CallStructure;
+import '../universe/world_impact.dart' show
+ WorldImpact;
import 'codegen.dart' show
CodegenWorkItem;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698