Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: mojo/apps/js/mojo_runner_delegate.h

Issue 179803007: Refactors parts of gin: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/apps/js/mojo_runner_delegate.h
diff --git a/mojo/apps/js/mojo_runner_delegate.h b/mojo/apps/js/mojo_runner_delegate.h
index aa1393f1c508bcebbb03d78499a02d33bdb50e5b..112647ade83116e54da2795d1c6f9ef5f0dac361 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::DefaultRunner* runner,
gin::TryCatch& try_catch) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(MojoRunnerDelegate);

Powered by Google App Engine
This is Rietveld 408576698