| Index: pkg/compiler/lib/src/js_backend/js_backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/js_backend.dart b/pkg/compiler/lib/src/js_backend/js_backend.dart
|
| index 91995261c1fc5238bd18acd8764e4987397921b8..1667ec7ce6b2b44eec4f45e527d2c09d399a2dd9 100644
|
| --- a/pkg/compiler/lib/src/js_backend/js_backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
|
| @@ -7,7 +7,8 @@ library js_backend;
|
| import 'dart:async' show EventSink, Future;
|
| import 'dart:collection' show Queue, LinkedHashMap, LinkedHashSet;
|
|
|
| -import 'package:_internal/compiler/js_lib/shared/embedded_names.dart' as embeddedNames;
|
| +import 'package:_internal/compiler/js_lib/shared/embedded_names.dart'
|
| + as embeddedNames;
|
|
|
| import '../closure.dart';
|
| import '../constants/expressions.dart';
|
|
|