Chromium Code Reviews| Index: runtime/lib/isolate_patch.dart |
| =================================================================== |
| --- runtime/lib/isolate_patch.dart (revision 44086) |
| +++ runtime/lib/isolate_patch.dart (working copy) |
| @@ -141,8 +141,6 @@ |
| // so that we can run the immediate callbacks. |
| handler(message); |
| _runPendingImmediateCallback(); |
| - // Event was handled. Now run expired timers. |
| - _Timer._handleTimeout(); |
| } |
| // Call into the VM to close the VM maintained mappings. |