| Index: pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| index 254a0f7cfe078cad4187e72c3701bf321475cbac..deec1add200a8dd41f4f95381a1b92453823924a 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| @@ -26,6 +26,9 @@ import '../../constants/values.dart';
|
|
|
| import '../../deferred_load.dart' show OutputUnit;
|
|
|
| +import '../../diagnostics/spannable.dart' show
|
| + NO_LOCATION_SPANNABLE;
|
| +
|
| import '../../elements/elements.dart' show
|
| ConstructorBodyElement,
|
| ElementKind,
|
| @@ -80,7 +83,6 @@ import '../../util/uri_extras.dart' show
|
| relativize;
|
|
|
| import '../../util/util.dart' show
|
| - NO_LOCATION_SPANNABLE,
|
| equalElements;
|
|
|
| part 'class_builder.dart';
|
|
|