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

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

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/StringStatics.h ('k') | Source/wtf/text/TextEncoding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/StringStatics.cpp
diff --git a/Source/wtf/text/StringStatics.cpp b/Source/wtf/text/StringStatics.cpp
index 1e94aafcca9cf4bc9b96ec9e36aa0e2db85251b8..d67067d0639c29a6846f3103f6249820cd600c08 100644
--- a/Source/wtf/text/StringStatics.cpp
+++ b/Source/wtf/text/StringStatics.cpp
@@ -53,14 +53,14 @@ StringImpl* StringImpl::empty()
return &emptyString;
}
-DEFINE_GLOBAL(AtomicString, nullAtom)
-DEFINE_GLOBAL(AtomicString, emptyAtom)
-DEFINE_GLOBAL(AtomicString, textAtom)
-DEFINE_GLOBAL(AtomicString, commentAtom)
-DEFINE_GLOBAL(AtomicString, starAtom)
-DEFINE_GLOBAL(AtomicString, xmlAtom)
-DEFINE_GLOBAL(AtomicString, xmlnsAtom)
-DEFINE_GLOBAL(AtomicString, xlinkAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, nullAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, emptyAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, textAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, commentAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, starAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, xmlAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, xmlnsAtom)
+WTF_EXPORT DEFINE_GLOBAL(AtomicString, xlinkAtom)
NEVER_INLINE unsigned StringImpl::hashSlowCase() const
{
« no previous file with comments | « Source/wtf/text/StringStatics.h ('k') | Source/wtf/text/TextEncoding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698