| Index: lib/compiler/implementation/tree_validator.dart
|
| diff --git a/lib/compiler/implementation/tree_validator.dart b/lib/compiler/implementation/tree_validator.dart
|
| index 5b8a9b06259960e986a35b5423ec6804869b7a79..6a3b93f3776e779cde22c1f0b7ea12ec6c35abba 100644
|
| --- a/lib/compiler/implementation/tree_validator.dart
|
| +++ b/lib/compiler/implementation/tree_validator.dart
|
| @@ -2,6 +2,8 @@
|
| // 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;
|
| +
|
| class TreeValidatorTask extends CompilerTask {
|
| TreeValidatorTask(Compiler compiler) : super(compiler);
|
|
|
|
|