| Index: sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| index 5c058f4f9d3b397fc1beedeb78b6bf87eff74424..a0569ea806e6b3558452c168d5d405f3948f9f58 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| @@ -46,8 +46,10 @@ export 'scanner/scannerlib.dart' show isUserDefinableOperator,
|
| isTernaryOperator,
|
| isMinusOperator;
|
| export 'universe/universe.dart' show Selector, TypedSelector;
|
| -export 'util/util.dart' show Spannable;
|
| -
|
| +export 'util/util.dart'
|
| + show Spannable,
|
| + CURRENT_ELEMENT_SPANNABLE,
|
| + NO_LOCATION_SPANNABLE;
|
|
|
| part 'code_buffer.dart';
|
| part 'compile_time_constants.dart';
|
|
|