Index: webkit/plugins/ppapi/url_response_info_util.h |
diff --git a/webkit/plugins/ppapi/url_response_info_util.h b/webkit/plugins/ppapi/url_response_info_util.h |
index ff805db2ebb90ad44b2cc57acdcb8db402ced5a5..346ede63de471d0cd3b541b815e5c4dfe031ede1 100644 |
--- a/webkit/plugins/ppapi/url_response_info_util.h |
+++ b/webkit/plugins/ppapi/url_response_info_util.h |
@@ -7,6 +7,7 @@ |
#include "ppapi/c/pp_instance.h" |
#include "ppapi/shared_impl/url_response_info_data.h" |
+#include "webkit/plugins/webkit_plugins_export.h" |
namespace WebKit { |
class WebURLResponse; |
@@ -18,7 +19,7 @@ namespace ppapi { |
// The returned object will have one plugin reference to the "body_as_file_ref" |
// if it's non-null. It's expected that the result of this function will be |
// passed to the plugin. |
-::ppapi::URLResponseInfoData DataFromWebURLResponse( |
+WEBKIT_PLUGINS_EXPORT ::ppapi::URLResponseInfoData DataFromWebURLResponse( |
PP_Instance pp_instance, |
const WebKit::WebURLResponse& response); |