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

Unified Diff: pkg/compiler/lib/src/elements/elements.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/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index b845ffc536f9e654f4c04e0c290a76d508e9a3b0..8cda9671a994680c4fa1da6356c522bc407a220c 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -422,7 +422,7 @@ abstract class Element implements Entity {
/// Returns the [Element] that holds the [TreeElements] for this element.
AnalyzableElement get analyzableElement;
- accept(ElementVisitor visitor);
+ accept(ElementVisitor visitor, arg);
}
class Elements {

Powered by Google App Engine
This is Rietveld 408576698