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

Unified Diff: gin/public/isolate_holder.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/public/isolate_holder.h
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
index 809d329e742241072d31a483c9e04955dfbc23b8..0d0654e8b876b6b132f72bd4676e44f7e0d80056 100644
--- a/gin/public/isolate_holder.h
+++ b/gin/public/isolate_holder.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "gin/gin_export.h"
namespace v8 {
class Isolate;
@@ -26,7 +27,7 @@ class PerIsolateData;
// pass them to IsolateHolder.
//
// It is not possible to mix the two.
-class IsolateHolder {
+class GIN_EXPORT IsolateHolder {
public:
IsolateHolder();
explicit IsolateHolder(v8::Isolate* isolate);
« gin/array_buffer.h ('K') | « gin/public/context_holder.h ('k') | gin/public/wrapper_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698