Index: runtime/lib/isolate.cc |
=================================================================== |
--- runtime/lib/isolate.cc (revision 31195) |
+++ runtime/lib/isolate.cc (working copy) |
@@ -105,7 +105,7 @@ |
writer.WriteMessage(obj); |
// TODO(turnidge): Throw an exception when the return value is false? |
- PortMap::PostMessage(new Message(send_id.Value(), Message::kIllegalPort, |
+ PortMap::PostMessage(new Message(send_id.Value(), |
data, writer.BytesWritten(), |
Message::kNormalPriority)); |
return Object::null(); |