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

Unified Diff: gin/arguments.cc

Issue 103703002: Gin: Add support for binding JS methods to C++ instance methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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
Index: gin/arguments.cc
diff --git a/gin/arguments.cc b/gin/arguments.cc
index 284451479d5ebf8ea9181c6bac28a86847e97cc4..ee57897876b31a32375193ce218b490afa3cc735 100644
--- a/gin/arguments.cc
+++ b/gin/arguments.cc
@@ -45,10 +45,4 @@ void Arguments::ThrowTypeError(const std::string& message) {
StringToV8(isolate_, message)));
}
-template<>
-bool Arguments::GetNext<Arguments>(Arguments* out) {
- *out = *this;
- return true;
-}
-
} // namespace gin
« no previous file with comments | « gin/arguments.h ('k') | gin/function_template.h » ('j') | gin/object_template_builder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698