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