| Index: frog/lib/corelib.dart
|
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
|
| index 8e784c7a285d75b8524dda12a9db78ff78347c83..0dfe66c3a9396f3c8f4e64e89e86f08350c301b2 100644
|
| --- a/frog/lib/corelib.dart
|
| +++ b/frog/lib/corelib.dart
|
| @@ -28,6 +28,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");
|
|
|