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

Unified Diff: webkit/glue/cpp_variant.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 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 | « webkit/glue/cpp_bound_class.h ('k') | webkit/glue/dom_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_variant.h
diff --git a/webkit/glue/cpp_variant.h b/webkit/glue/cpp_variant.h
index 01efd7da4d66e9600d0a1acb8219d4748f194d67..25cbe6ff623d0328e4d6322f1edfb52a1fe767b6 100644
--- a/webkit/glue/cpp_variant.h
+++ b/webkit/glue/cpp_variant.h
@@ -23,8 +23,9 @@
#include "base/basictypes.h"
#include "third_party/npapi/bindings/npruntime.h"
+#include "webkit/glue/webkit_glue_export.h"
-class CppVariant : public NPVariant {
+class WEBKIT_GLUE_EXPORT CppVariant : public NPVariant {
public:
CppVariant();
~CppVariant();
« no previous file with comments | « webkit/glue/cpp_bound_class.h ('k') | webkit/glue/dom_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698