 Chromium Code Reviews
 Chromium Code Reviews Issue 79243002:
  Implement scheduleImmediate for the VM.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 79243002:
  Implement scheduleImmediate for the VM.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: sdk/lib/_collection_dev/collection_dev.dart | 
| diff --git a/sdk/lib/_collection_dev/collection_dev.dart b/sdk/lib/_collection_dev/collection_dev.dart | 
| index 6e883f6fc0fc03d7976863d5126a06eca7d4d756..d37ee3541eb88b21e75b673342edfb49c5156657 100644 | 
| --- a/sdk/lib/_collection_dev/collection_dev.dart | 
| +++ b/sdk/lib/_collection_dev/collection_dev.dart | 
| @@ -14,5 +14,6 @@ part 'arrays.dart'; | 
| part 'iterable.dart'; | 
| part 'list.dart'; | 
| part 'print.dart'; | 
| +part 'schedule_immediate.dart'; | 
| part 'sort.dart'; | 
| part 'symbol.dart'; |