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

Unified Diff: gin/converter.h

Issue 107113005: Gin: Consolidate all the Converter<Wrappable> subclasses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ok 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 | « no previous file | gin/function_template.h » ('j') | gin/wrappable.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/converter.h
diff --git a/gin/converter.h b/gin/converter.h
index d10f315d1a303b2616e99353f5821537935753ed..f0bc6a2c4f1b443d314862509446ef6b2a53788d 100644
--- a/gin/converter.h
+++ b/gin/converter.h
@@ -13,7 +13,7 @@
namespace gin {
-template<typename T>
+template<typename T, typename Enable = void>
struct Converter {};
template<>
« no previous file with comments | « no previous file | gin/function_template.h » ('j') | gin/wrappable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698