Index: runtime/vm/dart_api_impl.cc |
=================================================================== |
--- runtime/vm/dart_api_impl.cc (revision 42788) |
+++ runtime/vm/dart_api_impl.cc (working copy) |
@@ -1576,7 +1576,7 @@ |
DARTSCOPE(isolate); |
const Object& object = Object::Handle(isolate, Api::UnwrapHandle(handle)); |
uint8_t* data = NULL; |
- MessageWriter writer(&data, &allocator); |
+ MessageWriter writer(&data, &allocator, false); |
writer.WriteMessage(object); |
intptr_t len = writer.BytesWritten(); |
return PortMap::PostMessage(new Message( |