| Index: frog/lib/corelib.dart
|
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
|
| index 2e5afdb2500258d8d5a31c6d0388c454818ca29e..e48fa4a61a5d2a91e10cc6b1e8bb315abae60eb5 100644
|
| --- a/frog/lib/corelib.dart
|
| +++ b/frog/lib/corelib.dart
|
| @@ -18,14 +18,12 @@
|
| #source("../../corelib/src/future.dart");
|
| #source("../../corelib/src/hashable.dart");
|
| #source("../../corelib/src/int.dart");
|
| -#source("../../corelib/src/isolate.dart");
|
| #source("../../corelib/src/iterable.dart");
|
| #source("../../corelib/src/iterator.dart");
|
| #source("../../corelib/src/list.dart");
|
| #source("../../corelib/src/map.dart");
|
| #source("math.dart"); // overriden to be more directly native
|
| #source("natives.dart"); // native helpers generated by the compiler
|
| -#source("newisolate.dart"); // work in progress towards the new API
|
| #source("num.dart"); // overriden to include int members on num - weird typing
|
| #source("../../corelib/src/options.dart");
|
| #source("../../corelib/src/pattern.dart");
|
|
|