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

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

Issue 1286993004: Split resolution into several libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/enqueue.dart
diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
index 68a5e5b1963c80485c3d2b0cdc0d29610029cb78..ff96d8b3c2e592dd5508e22634092e84a0740317 100644
--- a/pkg/compiler/lib/src/enqueue.dart
+++ b/pkg/compiler/lib/src/enqueue.dart
@@ -46,7 +46,7 @@ import 'elements/elements.dart' show
TypedefElement;
import 'js/js.dart' as js;
import 'native/native.dart' as native;
-import 'resolution/resolution.dart' show
+import 'resolution/members.dart' show
ResolverVisitor;
import 'tree/tree.dart' show
Send;

Powered by Google App Engine
This is Rietveld 408576698