Chromium Code Reviews| Index: dart/frog/leg/lib/core.dart |
| diff --git a/dart/frog/leg/lib/core.dart b/dart/frog/leg/lib/core.dart |
| index 0558e5906e68c00a9064a7adfc42840a3d4e4e21..68511e678e6ed229ae7363bbd9d49be486a986dc 100644 |
| --- a/dart/frog/leg/lib/core.dart |
| +++ b/dart/frog/leg/lib/core.dart |
| @@ -39,6 +39,7 @@ |
| #source('../../../corelib/src/strings.dart'); |
| #source('../../../corelib/src/time_zone.dart'); |
| #source('mock.dart'); |
| +#source('clock.dart'); |
| void print(var obj) => Primitives.printString(obj.toString()); |