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(); |