| Index: mojo/edk/system/core.cc
|
| diff --git a/mojo/edk/system/core.cc b/mojo/edk/system/core.cc
|
| index c98eeaca7e97b2f1b7cb60a6da13af55e3837453..a534a2f8fe8427c7e8c2ec0db883110a10bf85b0 100644
|
| --- a/mojo/edk/system/core.cc
|
| +++ b/mojo/edk/system/core.cc
|
| @@ -291,7 +291,7 @@ MojoResult Core::WriteMessage(MojoHandle message_pipe_handle,
|
| // without accessing the handle table. These can be dumb pointers, since their
|
| // entries in the handle table won't get removed (since they'll be marked as
|
| // busy).
|
| - std::vector<DispatcherTransport> transports(num_handles);
|
| + std::vector<HandleTransport> transports(num_handles);
|
|
|
| // When we pass handles, we have to try to take all their dispatchers' locks
|
| // and mark the handles as busy. If the call succeeds, we then remove the
|
|
|