diff options
Diffstat (limited to 'webkit/pending/AtomicString.cpp')
-rw-r--r-- | webkit/pending/AtomicString.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/pending/AtomicString.cpp b/webkit/pending/AtomicString.cpp index c9ccb0a..ccadfce 100644 --- a/webkit/pending/AtomicString.cpp +++ b/webkit/pending/AtomicString.cpp @@ -20,7 +20,7 @@ #include "config.h" -#ifdef AVOID_STATIC_CONSTRUCTORS +#ifdef SKIP_STATIC_CONSTRUCTORS_ON_GCC #define ATOMICSTRING_HIDE_GLOBALS 1 #endif @@ -273,6 +273,7 @@ AtomicString::operator UString() const return m_string; } #endif + DEFINE_GLOBAL(AtomicString, nullAtom) DEFINE_GLOBAL(AtomicString, emptyAtom, "") DEFINE_GLOBAL(AtomicString, textAtom, "#text") |