Index: runtime/lib/isolate_patch.dart |
=================================================================== |
--- runtime/lib/isolate_patch.dart (revision 31195) |
+++ runtime/lib/isolate_patch.dart (working copy) |
@@ -107,8 +107,7 @@ |
} |
// Called from the VM to dispatch to the handler. |
- static void _handleMessage( |
- _RawReceivePortImpl port, int replyId, var message) { |
+ static void _handleMessage(_RawReceivePortImpl port, var message) { |
assert(port != null); |
// TODO(floitsch): this relies on the fact that any exception aborts the |
// VM. Once we have non-fatal global exceptions we need to catch errors |