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

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

Issue 1314573002: Use Name instead of Selector in SemanticSendVisitor (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/dart_backend/dart_backend.dart
diff --git a/pkg/compiler/lib/src/dart_backend/dart_backend.dart b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
index 3532d2dc7d0ef628dbb3ed1d3fffc174ea41024e..f142d8c201f44f014f37b1d9ad4d8e44e31a72d1 100644
--- a/pkg/compiler/lib/src/dart_backend/dart_backend.dart
+++ b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
@@ -13,6 +13,8 @@ import '../common/backend_api.dart' show
Backend;
import '../common/codegen.dart' show
CodegenWorkItem;
+import '../common/names.dart' show
+ Selectors;
import '../common/registry.dart' show
Registry;
import '../common/resolution.dart' show
@@ -44,6 +46,8 @@ import '../enqueue.dart' show
import '../library_loader.dart' show
LoadedLibraries;
import '../mirror_renamer/mirror_renamer.dart';
+import '../resolution/operators.dart' show
+ BinaryOperator;
import '../resolution/tree_elements.dart' show
TreeElements,
TreeElementMapping;

Powered by Google App Engine
This is Rietveld 408576698