Index: runtime/bin/timer_impl.dart |
=================================================================== |
--- runtime/bin/timer_impl.dart (revision 891) |
+++ runtime/bin/timer_impl.dart (working copy) |
@@ -93,7 +93,7 @@ |
void _notifyEventHandler() { |
if (_timers.firstEntry() === null) { |
- if (_receivePort != null) { |
+ if (_receivePort !== null) { |
EventHandler._sendData(-1, _receivePort, _NO_TIMER); |
_shutdownTimerHandler(); |
} |