summaryrefslogtreecommitdiffstats
path: root/gin/shell/gin_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gin/shell/gin_main.cc')
-rw-r--r--gin/shell/gin_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/shell/gin_main.cc b/gin/shell/gin_main.cc
index 24fa6df..0ff52cc 100644
--- a/gin/shell/gin_main.cc
+++ b/gin/shell/gin_main.cc
@@ -40,7 +40,7 @@ std::vector<base::FilePath> GetModuleSearchPaths() {
class ShellRunnerDelegate : public ModuleRunnerDelegate {
public:
ShellRunnerDelegate() : ModuleRunnerDelegate(GetModuleSearchPaths()) {
- AddBuiltinModule(Console::kModuleName, Console::GetTemplate);
+ AddBuiltinModule(Console::kModuleName, Console::GetModule);
}
virtual void UnhandledException(Runner* runner,