Index: mojo/edk/system/transport_data.cc |
diff --git a/mojo/edk/system/transport_data.cc b/mojo/edk/system/transport_data.cc |
index a767d247df28a7c0529f59dc51c0bb7506b72c97..300b7313ffed881042f6f1e29471f556a40da3cc 100644 |
--- a/mojo/edk/system/transport_data.cc |
+++ b/mojo/edk/system/transport_data.cc |
@@ -149,10 +149,7 @@ TransportData::TransportData(scoped_ptr<DispatcherVector> dispatchers, |
void* destination = buffer_.get() + current_offset; |
size_t actual_size = 0; |
if (Dispatcher::TransportDataAccess::EndSerializeAndClose( |
- dispatcher, |
- channel, |
- destination, |
- &actual_size, |
+ dispatcher, channel, destination, &actual_size, |
platform_handles_.get())) { |
handle_table[i].type = static_cast<int32_t>(dispatcher->GetType()); |
handle_table[i].offset = static_cast<uint32_t>(current_offset); |