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

Unified Diff: utils/template/htmltree.dart

Issue 22852023: Remove use of "interface" in template. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/template/htmltree.dart
diff --git a/utils/template/htmltree.dart b/utils/template/htmltree.dart
index 85453fef86cc322d9edff1f179e7e54bdd798bf9..e4618dbf7b5fb312c502045fb6ca5f4d1bd6bcbc 100644
--- a/utils/template/htmltree.dart
+++ b/utils/template/htmltree.dart
@@ -287,7 +287,7 @@ class TemplateCall extends ASTNode {
String toString() => "\$\{#${toCall}${params}}";
}
-interface TreeVisitor {
+abstract class TreeVisitor {
void visitIdentifier(Identifier node);
void visitStringValue(StringValue node);
void visitCommentDefinition(CommentDefinition node);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698