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

Unified Diff: dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart

Issue 10982089: Remove AbstractVisitor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
diff --git a/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart b/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
index 98e564d077076db2b8de2173335a46fe51362a0f..fd7f12ed99757bf538eca80e04c7128b5f5c5ec0 100644
--- a/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
+++ b/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart
@@ -137,7 +137,7 @@ class SendVisitor extends ResolvedVisitor {
}
}
-class PlaceholderCollector extends AbstractVisitor {
+class PlaceholderCollector extends Visitor {
final Compiler compiler;
final Set<String> fixedMemberNames; // member names which cannot be renamed.
final Map<Element, ElementAst> elementAsts;
« no previous file with comments | « dart/lib/compiler/implementation/dart_backend/backend.dart ('k') | dart/lib/compiler/implementation/resolved_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698