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

Unified Diff: dart/lib/compiler/implementation/types/types.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
« no previous file with comments | « dart/lib/compiler/implementation/tree_validator.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/types/types.dart
diff --git a/dart/lib/compiler/implementation/types/types.dart b/dart/lib/compiler/implementation/types/types.dart
index 4d2ad95918dc027b6facac4b1417ebe742c8d6a1..6fb06286577ea2483fbc4bffa33e2801cbd78f40 100644
--- a/dart/lib/compiler/implementation/types/types.dart
+++ b/dart/lib/compiler/implementation/types/types.dart
@@ -78,7 +78,7 @@ class TypesTask extends CompilerTask {
/**
* Infers concrete types for a single method or expression.
*/
-class ConcreteTypeInferencer extends AbstractVisitor {
+class ConcreteTypeInferencer extends Visitor {
final TypesTask task;
final TreeElements elements;
final ClassElement boolClass;
« no previous file with comments | « dart/lib/compiler/implementation/tree_validator.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698