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

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

Issue 1384523003: Refactor resolution of foreign calls. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | « pkg/compiler/lib/src/native/enqueue.dart ('k') | pkg/compiler/lib/src/resolution/members.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/native/native.dart
diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
index fe1659ed34dfc4f7729fb791857b9662d9438859..7dfb3f73b4c9284c26f7d2a6ba62b616ca1455e1 100644
--- a/pkg/compiler/lib/src/native/native.dart
+++ b/pkg/compiler/lib/src/native/native.dart
@@ -6,6 +6,8 @@ library native;
import 'dart:collection' show Queue;
+import '../common/backend_api.dart' show
+ ForeignResolver;
import '../common/registry.dart' show
Registry;
import '../compiler.dart' show
@@ -38,8 +40,6 @@ import '../parser/element_listener.dart' show
ElementListener;
import '../parser/partial_elements.dart' show
PartialMetadataAnnotation;
-import '../resolution/members.dart' show
- ResolverVisitor;
import '../ssa/ssa.dart';
import '../tokens/token.dart' show
BeginGroupToken,
« no previous file with comments | « pkg/compiler/lib/src/native/enqueue.dart ('k') | pkg/compiler/lib/src/resolution/members.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698