Chromium Code Reviews| Index: dart/sdk/lib/_internal/compiler/js_lib/isolate_helper.dart |
| diff --git a/dart/sdk/lib/_internal/compiler/js_lib/isolate_helper.dart b/dart/sdk/lib/_internal/compiler/js_lib/isolate_helper.dart |
| index deebe8002aa347fd82c24fdd98e6ecdeab60ca04..3d16eeb59ca8e337561bed3ae9f07eb62bfacc95 100644 |
| --- a/dart/sdk/lib/_internal/compiler/js_lib/isolate_helper.dart |
| +++ b/dart/sdk/lib/_internal/compiler/js_lib/isolate_helper.dart |
| @@ -4,7 +4,7 @@ |
| library _isolate_helper; |
| -import 'shared/embedded_names.dart' show |
| +import 'dart:_js_embedded_names' show |
| CLASS_ID_EXTRACTOR, |
| CLASS_FIELDS_EXTRACTOR, |
| CURRENT_SCRIPT, |