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

Unified Diff: dart/lib/compiler/implementation/dart_backend/backend.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/backend.dart
diff --git a/dart/lib/compiler/implementation/dart_backend/backend.dart b/dart/lib/compiler/implementation/dart_backend/backend.dart
index 01a8c88aa4c11b8fe2f3f80df47ff432156a043a..8b957e894f2ffdd745ead6d02515d6f86ba3c627 100644
--- a/dart/lib/compiler/implementation/dart_backend/backend.dart
+++ b/dart/lib/compiler/implementation/dart_backend/backend.dart
@@ -424,7 +424,7 @@ class DartBackend extends Backend {
* used in signatures, as/is operators or in super clauses
* (just to name a few). Retraverse AST to pick those up.
*/
-class ReferencedElementCollector extends AbstractVisitor {
+class ReferencedElementCollector extends Visitor {
final Compiler compiler;
final Element rootElement;
final TreeElements treeElements;

Powered by Google App Engine
This is Rietveld 408576698