| Index: mojo/edk/system/handle_table.cc
|
| diff --git a/mojo/edk/system/handle_table.cc b/mojo/edk/system/handle_table.cc
|
| index b33e7e36c58db64ee51f609de67d529ae0fefe5f..133b653bbb6dac1688b614cf2e5874db376f06c9 100644
|
| --- a/mojo/edk/system/handle_table.cc
|
| +++ b/mojo/edk/system/handle_table.cc
|
| @@ -150,8 +150,7 @@ MojoResult HandleTable::MarkBusyAndStartTransport(
|
|
|
| // Try to start the transport.
|
| DispatcherTransport transport =
|
| - Dispatcher::HandleTableAccess::TryStartTransport(
|
| - entries[i]->handle.dispatcher.get());
|
| + Dispatcher::HandleTableAccess::TryStartTransport(entries[i]->handle);
|
| if (!transport.is_valid()) {
|
| // Only log for Debug builds, since this is not a problem with the system
|
| // code, but with user code.
|
|
|