Chromium Code Reviews| Index: lib/isolate/isolate_compiler.dart |
| =================================================================== |
| --- lib/isolate/isolate_compiler.dart (revision 9279) |
| +++ lib/isolate/isolate_compiler.dart (working copy) |
| @@ -8,6 +8,8 @@ |
| #library("dart:isolate"); |
| #source("isolate_api.dart"); |
| +#source("timer.dart"); |
| +#source("timer_hook.dart"); |
| SendPort _spawnFunction(void topLevelFunction()) { |
| throw new NotImplementedException(); |