| Index: services/js/content_handler_main.cc
|
| diff --git a/services/js/content_handler_main.cc b/services/js/content_handler_main.cc
|
| index a114a1719af93d4cfb40fc22fc363a3eab665d58..43cbcb8e785149d8690e0db10a47a3d896311139 100644
|
| --- a/services/js/content_handler_main.cc
|
| +++ b/services/js/content_handler_main.cc
|
| @@ -52,7 +52,7 @@ class JsContentHandler : public mojo::ApplicationDelegate,
|
|
|
| } // namespace js
|
|
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| +MojoResult MojoMain(MojoHandle application_request) {
|
| mojo::ApplicationRunnerChromium runner(new js::JsContentHandler);
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(application_request);
|
| }
|
|
|