| Index: pkg/compiler/lib/src/script.dart
|
| diff --git a/pkg/compiler/lib/src/script.dart b/pkg/compiler/lib/src/script.dart
|
| index 3dce8e189ba4240f9f0e9042318aca929712a17d..fcdf8905f4f5f9857aad287a04950fc252c6258b 100644
|
| --- a/pkg/compiler/lib/src/script.dart
|
| +++ b/pkg/compiler/lib/src/script.dart
|
| @@ -2,9 +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.
|
|
|
| -library dart2js.script;
|
| -
|
| -import 'io/source_file.dart';
|
| +part of dart2js;
|
|
|
| class Script {
|
| final SourceFile file;
|
|
|