Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: webkit/glue/web_io_operators.h

Issue 8896024: Reland r113261 rebased after revert of r113249. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/mock_http_cache.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/http/mock_http_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698