Chromium Code Reviews| Index: pkg/compiler/lib/src/tree/dartstring.dart |
| diff --git a/pkg/compiler/lib/src/tree/dartstring.dart b/pkg/compiler/lib/src/tree/dartstring.dart |
| index 684f55bdbf08f071df07b66020185736756ff309..4ec773c1d37365d7608b0163edbd5b3e5430f8d7 100644 |
| --- a/pkg/compiler/lib/src/tree/dartstring.dart |
| +++ b/pkg/compiler/lib/src/tree/dartstring.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import 'dart:collection'; |
| + |
| import '../util/characters.dart'; |
| /** |