Chromium Code Reviews| Index: runtime/vm/service.cc |
| =================================================================== |
| --- runtime/vm/service.cc (revision 38492) |
| +++ runtime/vm/service.cc (working copy) |
| @@ -368,7 +368,7 @@ |
| return; |
| } |
| // Setup arguments for call. |
| - intptr_t port_id = isolate->main_port(); |
| + Dart_Port port_id = isolate->main_port(); |
| const Integer& port_int = Integer::Handle(Integer::New(port_id)); |
| ASSERT(!port_int.IsNull()); |
| const SendPort& send_port = SendPort::Handle(SendPort::New(port_id)); |