| Index: lib/compiler/implementation/library_map.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/library_map.dart (revision 9862)
|
| +++ lib/compiler/implementation/library_map.dart (working copy)
|
| @@ -37,9 +37,9 @@
|
| "crypto": const LibraryInfo(
|
| "lib/crypto/crypto.dart"),
|
| "dom_deprecated": const LibraryInfo(
|
| - "lib/dom/frog/dom_frog.dart", isInternal: true),
|
| + "lib/dom/dart2js/dom_dart2js.dart", isInternal: true),
|
| "html": const LibraryInfo(
|
| - "lib/html/frog/html_frog.dart"),
|
| + "lib/html/dart2js/html_dart2js.dart"),
|
| "io": const LibraryInfo(
|
| "lib/compiler/implementation/lib/io.dart"),
|
| "isolate": const LibraryInfo(
|
|
|