Chromium Code Reviews| Index: runtime/bin/io_service.cc |
| =================================================================== |
| --- runtime/bin/io_service.cc (revision 35287) |
| +++ runtime/bin/io_service.cc (working copy) |
| @@ -53,6 +53,7 @@ |
| CObjectArray result(CObject::NewArray(2)); |
| result.SetAt(0, request[0]); |
| result.SetAt(1, response); |
| + ASSERT(reply_port_id != ILLEGAL_PORT); |
| Dart_PostCObject(reply_port_id, result.AsApiCObject()); |
| } |