| Index: frog/lib/corelib.dart
|
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
|
| index 8c286ff4fac95a0e5e6440498a857608cb5e99a1..a28ad6b282376a14ba2fbc4773167b6dae91e56a 100644
|
| --- a/frog/lib/corelib.dart
|
| +++ b/frog/lib/corelib.dart
|
| @@ -27,6 +27,7 @@
|
| #source("num.dart"); // overriden to include int members on num - weird typing
|
| #source("../../corelib/src/pattern.dart");
|
| #source("../../corelib/src/promise.dart");
|
| +#source("../../corelib/src/proxy.dart");
|
| #source("../../corelib/src/queue.dart");
|
| #source("../../corelib/src/regexp.dart");
|
| #source("../../corelib/src/set.dart");
|
|
|