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

Unified Diff: gin/per_context_data.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
Index: gin/per_context_data.h
diff --git a/gin/per_context_data.h b/gin/per_context_data.h
index ea8b169a840a035b65ebec7712a6053d4ca034ed..3ad68d2d37cfaf712f6ec44d507a8a45974da16d 100644
--- a/gin/per_context_data.h
+++ b/gin/per_context_data.h
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
+#include "gin/gin_export.h"
#include "v8/include/v8.h"
namespace gin {
@@ -16,7 +17,7 @@ class Runner;
// Embedders can store additional per-context data by subclassing
// ContextSupplement.
-class ContextSupplement {
+class GIN_EXPORT ContextSupplement {
public:
ContextSupplement();
virtual ~ContextSupplement();
@@ -31,7 +32,7 @@ class ContextSupplement {
// There is one instance of PerContextData per v8::Context managed by Gin. This
// class stores all the Gin-related data that varies per context.
-class PerContextData {
+class GIN_EXPORT PerContextData {
public:
explicit PerContextData(v8::Handle<v8::Context> context);
~PerContextData();
« gin/array_buffer.h ('K') | « gin/object_template_builder.h ('k') | gin/per_isolate_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698