Chromium Code Reviews| Index: pkg/dart_scanner/lib/src/main.dart |
| diff --git a/pkg/dart_scanner/lib/src/main.dart b/pkg/dart_scanner/lib/src/main.dart |
| index c99385333a76046b0ec1449635dcef46913bb2bf..877c3599bb84e77460b85bbcaaeb8bb39c4b0b4c 100644 |
| --- a/pkg/dart_scanner/lib/src/main.dart |
| +++ b/pkg/dart_scanner/lib/src/main.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.md file. |
| +library dart_scanner.main; |
| + |
| import '../io.dart' show |
| readBytesFromFileSync; |