Index: webkit/plugins/ppapi/npobject_var.h |
diff --git a/webkit/plugins/ppapi/npobject_var.h b/webkit/plugins/ppapi/npobject_var.h |
index f82861a67c6325dff879fcb9e1bcf5d653571cd8..597799ad6bcf681e04996ca0f69637d0af8368de 100644 |
--- a/webkit/plugins/ppapi/npobject_var.h |
+++ b/webkit/plugins/ppapi/npobject_var.h |
@@ -11,6 +11,7 @@ |
#include "ppapi/c/pp_instance.h" |
#include "ppapi/c/pp_module.h" |
#include "ppapi/shared_impl/var.h" |
+#include "webkit/plugins/webkit_plugins_export.h" |
typedef struct NPObject NPObject; |
typedef struct _NPVariant NPVariant; |
@@ -54,7 +55,7 @@ class NPObjectVar : public Var { |
// Helper function that converts a PP_Var to an object. This will return NULL |
// if the PP_Var is not of object type or the object is invalid. |
- static scoped_refptr<NPObjectVar> FromPPVar(PP_Var var); |
+ WEBKIT_PLUGINS_EXPORT static scoped_refptr<NPObjectVar> FromPPVar(PP_Var var); |
private: |
// Possibly 0 if the object has outlived its instance. |