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

Unified Diff: gin/function_template.h.pump

Issue 93813002: Implement gin::ObjectTemplateBuilder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asdf Created 7 years, 1 month 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/function_template.h ('k') | gin/gin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/function_template.h.pump
diff --git a/gin/function_template.h.pump b/gin/function_template.h.pump
index 1f308ce9dbd42e98eda197ceaa0098669b7e3f2c..6b6ffc57e4ac57db98c530affd689f3cef07d36e 100644
--- a/gin/function_template.h.pump
+++ b/gin/function_template.h.pump
@@ -5,6 +5,9 @@ $$
$$ http://code.google.com/p/googletest/wiki/PumpManual
$$
+#ifndef GIN_FUNCTION_TEMPLATE_H_
+#define GIN_FUNCTION_TEMPLATE_H_
+
$var MAX_ARITY = 4
// Copyright 2013 The Chromium Authors. All rights reserved.
@@ -181,3 +184,5 @@ v8::Local<v8::FunctionTemplate> CreateFunctionTemplate(
]]
} // namespace gin
+
+#endif // GIN_FUNCTION_TEMPLATE_H_
« no previous file with comments | « gin/function_template.h ('k') | gin/gin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698