Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index ac7d26c8e86a49242bf0529eb320d478016b7212..3d63292bc9d1b9b573904bb3e468e4d0ec0588b0 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -32793,7 +32793,6 @@ class _PureIsolateTimer implements Timer { |
_sendPort = _port.toSendPort(); |
_port.receive((msg, replyTo) { |
assert(msg == _TIMER_PING); |
- assert(replyTo == _HELPER_ISOLATE_PORT); |
callback(this); |
if (!repeating) _cancel(); |
}); |