Chromium Code Reviews| Index: runtime/vm/native_api_impl.cc |
| =================================================================== |
| --- runtime/vm/native_api_impl.cc (revision 31195) |
| +++ runtime/vm/native_api_impl.cc (working copy) |
| @@ -31,8 +31,7 @@ |
| // Post the message at the given port. |
| return PortMap::PostMessage(new Message( |
| - port_id, Message::kIllegalPort, buffer, writer.BytesWritten(), |
| - Message::kNormalPriority)); |
| + port_id, buffer, writer.BytesWritten(), Message::kNormalPriority)); |
| } |