Chromium Code Reviews| Index: sdk/lib/io/timer_impl.dart |
| diff --git a/sdk/lib/io/timer_impl.dart b/sdk/lib/io/timer_impl.dart |
| index 107dabaac2eb301667dc541128f209531c89ebbc..3072f5cd237d58245f0bedbcecc022c7e094b439 100644 |
| --- a/sdk/lib/io/timer_impl.dart |
| +++ b/sdk/lib/io/timer_impl.dart |
| @@ -158,8 +158,8 @@ class _Timer implements Timer { |
| } |
| } finally { |
| _handling_callbacks = false; |
| + _notifyEventHandler(); |
| } |
| - _notifyEventHandler(); |
| } |
| if(_receivePort == null) { |