 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: runtime/lib/collection_dev_sources.gypi | 
| diff --git a/runtime/lib/collection_dev_sources.gypi b/runtime/lib/collection_dev_sources.gypi | 
| index 63c909fcfc76430df9a984ee536cc6828d3481e4..1b6b46841796871aa80cac05704b7960c75d1ae9 100644 | 
| --- a/runtime/lib/collection_dev_sources.gypi | 
| +++ b/runtime/lib/collection_dev_sources.gypi | 
| @@ -9,6 +9,7 @@ | 
| 'collection_dev_patch.dart', | 
| # The above file needs to be first as it imports required libraries. | 
| 'print_patch.dart', | 
| + 'schedule_immediate_patch.dart', | 
| 'symbol_patch.dart', | 
| ], | 
| } |