diff options
Diffstat (limited to 'mojo/apps/js/mojo_runner_delegate.h')
-rw-r--r-- | mojo/apps/js/mojo_runner_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/apps/js/mojo_runner_delegate.h b/mojo/apps/js/mojo_runner_delegate.h index aa1393f..04f7449 100644 --- a/mojo/apps/js/mojo_runner_delegate.h +++ b/mojo/apps/js/mojo_runner_delegate.h @@ -21,7 +21,7 @@ class MojoRunnerDelegate : public gin::ModuleRunnerDelegate { private: // From ModuleRunnerDelegate: - virtual void UnhandledException(gin::Runner* runner, + virtual void UnhandledException(gin::ShellRunner* runner, gin::TryCatch& try_catch) OVERRIDE; DISALLOW_COPY_AND_ASSIGN(MojoRunnerDelegate); |