Index: webkit/glue/web_io_operators.h |
diff --git a/webkit/glue/web_io_operators.h b/webkit/glue/web_io_operators.h |
index 12052d22d19cf2a304452a7e16429fa478a51c36..f161601bdbacd37f36d56b45395563730a26ea60 100644 |
--- a/webkit/glue/web_io_operators.h |
+++ b/webkit/glue/web_io_operators.h |
@@ -14,7 +14,8 @@ namespace WebKit { |
#if defined(WCHAR_T_IS_UTF32) |
class WebString; |
-std::ostream& operator<<(std::ostream& out, const WebString& s); |
+WEBKIT_GLUE_EXPORT std::ostream& operator<<(std::ostream& out, |
+ const WebString& s); |
#endif // defined(WCHAR_T_IS_UTF32) |
struct WebPoint; |