Chromium Code Reviews| Index: tree.dart |
| =================================================================== |
| --- tree.dart (revision 910) |
| +++ tree.dart (working copy) |
| @@ -11,7 +11,7 @@ |
| Node(this.span) {} |
| /** Classic double-dispatch visitor for implementing passes. */ |
| - abstract void visit(TreeVisitor visitor); |
|
jimhug
2011/10/28 20:02:44
Good catch.
|
| + abstract visit(TreeVisitor visitor); |
| /** A multiline string showing the node and its children. */ |
| String toDebugString() { |