| Index: lib/compiler/implementation/js/nodes.dart
|
| diff --git a/lib/compiler/implementation/js/nodes.dart b/lib/compiler/implementation/js/nodes.dart
|
| index be1ffafe7fd0f18bb5969825052bfc6897c76d34..b6f93aa2812396547a711d15c9d0f8685e6a9f69 100644
|
| --- a/lib/compiler/implementation/js/nodes.dart
|
| +++ b/lib/compiler/implementation/js/nodes.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -interface NodeVisitor<T> {
|
| +abstract class NodeVisitor<T> {
|
| T visitProgram(Program node);
|
|
|
| T visitBlock(Block node);
|
|
|