| Index: dart/frog/leg/compiler.dart
|
| diff --git a/dart/frog/leg/compiler.dart b/dart/frog/leg/compiler.dart
|
| index b37616a4c4aa598ddd8ea4aeef17b2efe6dface4..584742b17d43be38cb4074e6fed9d9b0b6004b98 100644
|
| --- a/dart/frog/leg/compiler.dart
|
| +++ b/dart/frog/leg/compiler.dart
|
| @@ -169,6 +169,9 @@ class Compiler implements DiagnosticListener {
|
| // TODO(ngeoffray): Lazily add this method.
|
| universe.invokedNames[NO_SUCH_METHOD] =
|
| new Set<Invocation>.from(<Invocation>[new Invocation(2)]);
|
| +
|
| + universe.libraries['dart:core'] = coreLibrary;
|
| + universe.libraries['dart:coreimpl'] = coreImplLibrary;
|
| }
|
|
|
| /** Define the JS helper functions in the given library. */
|
|
|