| Index: dart/frog/leg/lib/coreimpl.dart
|
| diff --git a/dart/frog/leg/lib/coreimpl.dart b/dart/frog/leg/lib/coreimpl.dart
|
| index 310fae45f28f5615f3139d21b52a10503486e9bc..af593ac535c00582bc112cf64d5832a673005f8e 100644
|
| --- a/dart/frog/leg/lib/coreimpl.dart
|
| +++ b/dart/frog/leg/lib/coreimpl.dart
|
| @@ -17,4 +17,8 @@
|
| #source('../../../corelib/src/implementation/queue.dart');
|
| #source('../../../corelib/src/implementation/splay_tree.dart');
|
| #source('../../../corelib/src/implementation/stopwatch_implementation.dart');
|
| +
|
| +#source('../../../runtime/lib/arrays.dart');
|
| +#source('../../../runtime/lib/collections.dart');
|
| +
|
| #source('mockimpl.dart');
|
|
|