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

Unified Diff: gin/public/wrapper_info.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/wrapper_info.h
diff --git a/gin/public/wrapper_info.h b/gin/public/wrapper_info.h
index fe047c0ccd3cc2c7733567675343b9bc08d37d37..31b2a981e3cb411bd233f83d37324fa479719c8f 100644
--- a/gin/public/wrapper_info.h
+++ b/gin/public/wrapper_info.h
@@ -5,6 +5,7 @@
#ifndef GIN_PUBLIC_WRAPPER_INFO_H_
#define GIN_PUBLIC_WRAPPER_INFO_H_
+#include "gin/gin_export.h"
#include "gin/public/gin_embedders.h"
#include "v8/include/v8.h"
@@ -21,7 +22,7 @@ enum InternalFields {
kNumberOfInternalFields,
};
-struct WrapperInfo {
+struct GIN_EXPORT WrapperInfo {
static WrapperInfo* From(v8::Handle<v8::Object> object);
const GinEmbedder embedder;
};
« gin/array_buffer.h ('K') | « gin/public/isolate_holder.h ('k') | gin/runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698