| Index: lib/config/import_dart2js.config
|
| ===================================================================
|
| --- lib/config/import_dart2js.config (revision 9862)
|
| +++ lib/config/import_dart2js.config (working copy)
|
| @@ -29,13 +29,13 @@
|
| # This file is read exactly once when editor is launched
|
| #
|
|
|
| -# These copy most of the frog imports until we get the dart2js libs
|
| +# These copy most of the dart2js imports until we get the dart2js libs
|
| # in the dart-sdk
|
|
|
| dart\: = .
|
| dart\:core = core/core_frog.dart
|
| dart\:coreimpl = coreimpl/coreimpl_frog.dart
|
| -dart\:dom_deprecated = dom/dom_frog.dart
|
| -dart\:html = html/html_frog.dart
|
| +dart\:dom_deprecated = dom/dom_dart2js.dart
|
| +dart\:html = html/html_dart2js.dart
|
| dart\:isolate = isolate/isolate_leg.dart
|
| dart\:json = json/json_frog.dart
|
|
|