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

Unified Diff: Source/wtf/text/StringStatics.h

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports Created 7 years, 7 months 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 | « Source/wtf/text/StringImpl.h ('k') | Source/wtf/text/StringStatics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/StringStatics.h
diff --git a/Source/wtf/text/StringStatics.h b/Source/wtf/text/StringStatics.h
index 73097bc5cdbaf2e17318bd93cdcb1c445f676b27..b241894681dce487446f70bdcc2bfe01be1f55bc 100644
--- a/Source/wtf/text/StringStatics.h
+++ b/Source/wtf/text/StringStatics.h
@@ -31,11 +31,13 @@
#ifndef StringStatics_h
#define StringStatics_h
+#include "wtf/WTFExport.h"
+
namespace WTF {
class StringStatics {
public:
- static void init();
+ WTF_EXPORT static void init();
private:
StringStatics();
« no previous file with comments | « Source/wtf/text/StringImpl.h ('k') | Source/wtf/text/StringStatics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698