| Index: pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/dart_backend.dart b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| index b3b83569d8bbda1e001181ea3a49d4f526a150c1..2e754f8b081f3c99aa01630ef94bf60ca1ede8cc 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| @@ -49,7 +49,7 @@ import '../mirror_renamer/mirror_renamer.dart';
|
| import '../resolution/tree_elements.dart' show
|
| TreeElements,
|
| TreeElementMapping;
|
| -import '../scanner/keyword.dart' show
|
| +import '../tokens/keyword.dart' show
|
| Keyword;
|
| import '../tree/tree.dart';
|
| import '../universe/universe.dart' show
|
|
|