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

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

Issue 1093363002: Refactor DartTypeVisitor and ElementVisitor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/js_backend/js_backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/js_backend.dart b/pkg/compiler/lib/src/js_backend/js_backend.dart
index c07946bdc64c4bc0e85c62859885266244ea678b..b84591e7a04f97b41627a42bcb11f84e83aca389 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -37,7 +37,7 @@ import '../util/characters.dart';
import '../util/util.dart';
import '../elements/visitor.dart' show
- ElementVisitor;
+ BaseElementVisitor;
import '../js_backend/codegen/task.dart';
import 'patch_resolver.dart';

Powered by Google App Engine
This is Rietveld 408576698