Index: runtime/vm/dart_api_impl_test.cc |
=================================================================== |
--- runtime/vm/dart_api_impl_test.cc (revision 42788) |
+++ runtime/vm/dart_api_impl_test.cc (working copy) |
@@ -7015,7 +7015,7 @@ |
response->type = Dart_CObject_kInt32; |
response->value.as_int32 = 123; |
Dart_PostCObject( |
- message->value.as_array.values[0]->value.as_send_port, response); |
+ message->value.as_array.values[0]->value.as_send_port.id, response); |
} |
@@ -7031,7 +7031,7 @@ |
response->type = Dart_CObject_kInt32; |
response->value.as_int32 = 321; |
Dart_PostCObject( |
- message->value.as_array.values[0]->value.as_send_port, response); |
+ message->value.as_array.values[0]->value.as_send_port.id, response); |
} |