| Index: services/nacl/nonsfi/pnacl_compile.mojom
|
| diff --git a/services/nacl/nonsfi/pnacl_compile.mojom b/services/nacl/nonsfi/pnacl_compile.mojom
|
| index 9e60e79441add2b154daef558920c2d092090d65..04e275067473f88597d8ff5be04a7b062027df0e 100644
|
| --- a/services/nacl/nonsfi/pnacl_compile.mojom
|
| +++ b/services/nacl/nonsfi/pnacl_compile.mojom
|
| @@ -6,7 +6,7 @@ module mojo.nacl;
|
|
|
| [ServiceName="mojo::nacl::PexeCompilerInit"]
|
| interface PexeCompilerInit {
|
| - PexeCompilerStart(handle<message_pipe> message_handle);
|
| + PexeCompilerStart(PexeCompiler& compiler_request);
|
| };
|
|
|
| interface PexeCompiler {
|
|
|