summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/url_response_info_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/url_response_info_util.h')
-rw-r--r--webkit/plugins/ppapi/url_response_info_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/url_response_info_util.h b/webkit/plugins/ppapi/url_response_info_util.h
index ff805db..346ede6 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);