| 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 4ec773c1d37365d7608b0163edbd5b3e5430f8d7..cc21919e8948dc31ae5e6dca39b3dc34a122243c 100644
|
| --- a/pkg/compiler/lib/src/tree/dartstring.dart
|
| +++ b/pkg/compiler/lib/src/tree/dartstring.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import 'dart:collection';
|
|
|
| -import '../util/characters.dart';
|
| +import 'package:dart_scanner/src/characters.dart';
|
|
|
| /**
|
| * The [DartString] type represents a Dart string value as a sequence of Unicode
|
|
|