Chromium Code Reviews| 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 514b225db74dce72d122a6257026b0fcd8dfdea5..0f9f0ce1c6a3089a18388be6df7a69787e570177 100644 |
| --- a/pkg/compiler/lib/src/js_backend/js_backend.dart |
| +++ b/pkg/compiler/lib/src/js_backend/js_backend.dart |
| @@ -7,7 +7,7 @@ library js_backend; |
| import 'dart:async' show EventSink, Future; |
| import 'dart:collection' show Queue, LinkedHashMap, LinkedHashSet; |
| -import '../../js_lib/shared/embedded_names.dart' as embeddedNames; |
| +import 'package:_internal/compiler/js_lib/shared/embedded_names.dart' as embeddedNames; |
|
floitsch
2014/10/29 14:23:23
I'm not sure. I think I would keep the compiler an
Johnni Winther
2014/10/30 10:04:31
I will look into moving the patch libraries, share
|
| import '../closure.dart'; |
| import '../constants/expressions.dart'; |