Index: frog/reader.dart |
diff --git a/frog/reader.dart b/frog/reader.dart |
index 650ee59e596048d1eee5c726ba9e98c5faf3e2d2..9da1b9d5f70065765660a2c9b694668afe95399d 100644 |
--- a/frog/reader.dart |
+++ b/frog/reader.dart |
@@ -26,7 +26,7 @@ class LibraryReader { |
} else if (options.config == 'sdk') { |
_specialLibs = { |
'dart:core': joinPaths(options.libDir, 'core/core_frog.dart'), |
- 'dart:coreimpl': joinPaths(options.libDir, |
+ 'dart:coreimpl': joinPaths(options.libDir, |
'coreimpl/coreimpl_frog.dart'), |
'dart:html': joinPaths(options.libDir, 'html/html.dart'), |
'dart:htmlimpl': joinPaths(options.libDir, 'htmlimpl/htmlimpl.dart'), |