| Index: mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
|
| diff --git a/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc b/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
|
| index 37d9426b49506537214b50ee96861ae404bed8bb..71a30bae1fe1e314811fb0bcd18cad2abbd74e0a 100644
|
| --- a/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
|
| +++ b/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
|
| @@ -118,7 +118,7 @@ void ServeTranslateRequest(const struct nacl_irt_pnacl_compile_funcs* funcs) {
|
| // Convert the MojoHandle into a ScopedMessagePipeHandle, and use that to
|
| // implement the PexeCompiler interface.
|
| PexeCompilerImpl impl(
|
| - mojo::MakeRequest<mojo::nacl::PexeCompiler>(
|
| + mojo::InterfaceRequest<mojo::nacl::PexeCompiler>(
|
| mojo::ScopedMessagePipeHandle(mojo::MessagePipeHandle(handle))),
|
| funcs);
|
| mojo::RunLoop::current()->Run();
|
|
|