| Index: dart/lib/compiler/implementation/resolved_visitor.dart
|
| diff --git a/dart/lib/compiler/implementation/resolved_visitor.dart b/dart/lib/compiler/implementation/resolved_visitor.dart
|
| index 8120ac4c2def1128432040600c7d72f27ad7e9c4..47fcb883e82ce7facdc193d703369049bce45bd8 100644
|
| --- a/dart/lib/compiler/implementation/resolved_visitor.dart
|
| +++ b/dart/lib/compiler/implementation/resolved_visitor.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.
|
|
|
| -part of dart2js;
|
| -
|
| abstract class ResolvedVisitor<R> extends Visitor<R> {
|
| TreeElements elements;
|
|
|
|
|