Chromium Code Reviews| Index: frog/lib/corelib.dart |
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart |
| index bf94e232747e23f37c29ad68ce193b3cd097683c..26a3210694ac6d20fda0d76f0ab70d6d33447695 100644 |
| --- a/frog/lib/corelib.dart |
| +++ b/frog/lib/corelib.dart |
| @@ -26,6 +26,7 @@ |
| #source("math.dart"); // overriden to be more directly native |
| #source("natives.dart"); // native helpers generated by the compiler |
| #source("num.dart"); // overriden to include int members on num - weird typing |
| +#source("newisolate.dart"); // work in progress towards the new API |
|
eub
2012/02/10 22:46:19
alphabetize
Siggi Cherem (dart-lang)
2012/02/10 23:42:22
Done.
|
| #source("../../corelib/src/options.dart"); |
| #source("../../corelib/src/pattern.dart"); |
| #source("../../corelib/src/promise.dart"); |