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

Unified Diff: mojo/apps/js/bindings/core.h

Issue 120043008: Add a simple one shot and repeating timer API for Mojo.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win build Created 7 years 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
« no previous file with comments | « gin/test/gtest.cc ('k') | mojo/apps/js/bindings/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/core.h
diff --git a/mojo/apps/js/bindings/core.h b/mojo/apps/js/bindings/core.h
index 0b5f02ed0c4efd23f0a012a9fb6721ec74aee1c4..3ff2828dd2cb77ba78e66aa230f4430011892abc 100644
--- a/mojo/apps/js/bindings/core.h
+++ b/mojo/apps/js/bindings/core.h
@@ -13,7 +13,7 @@ namespace js {
class Core {
public:
static const char kModuleName[];
- static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
+ static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
};
} // namespace js
« no previous file with comments | « gin/test/gtest.cc ('k') | mojo/apps/js/bindings/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698