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

Unified Diff: gin/arguments.h

Issue 101583004: [gin] Turn gin into a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win 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/array_buffer.h » ('j') | gin/array_buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/arguments.h
diff --git a/gin/arguments.h b/gin/arguments.h
index 1461dc8690f2c5c539cacaac958ba116ccf7bc8b..104152ab908fd8beecb0c3b50e6eea9802a03a48 100644
--- a/gin/arguments.h
+++ b/gin/arguments.h
@@ -7,13 +7,14 @@
#include "base/basictypes.h"
#include "gin/converter.h"
+#include "gin/gin_export.h"
namespace gin {
// Arguments is a wrapper around v8::FunctionCallbackInfo that integrates
// with Converter to make it easier to marshall arguments and return values
// between V8 and C++.
-class Arguments {
+class GIN_EXPORT Arguments {
public:
Arguments();
explicit Arguments(const v8::FunctionCallbackInfo<v8::Value>& info);
« no previous file with comments | « no previous file | gin/array_buffer.h » ('j') | gin/array_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698