Ignore:
Timestamp:
Apr 20, 2010, 2:13:16 PM (15 years ago)
Author:
[email protected]
Message:
  • wtf/text/AtomicString.h:

Reviewed by NOBODY (speculative windows fix - missed a bit!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/text/AtomicString.cpp

    r57904 r57917  
    297297}
    298298
    299 DEFINE_GLOBAL(AtomicString, nullAtom)
    300 DEFINE_GLOBAL(AtomicString, emptyAtom, "")
    301 DEFINE_GLOBAL(AtomicString, textAtom, "#text")
    302 DEFINE_GLOBAL(AtomicString, commentAtom, "#comment")
    303 DEFINE_GLOBAL(AtomicString, starAtom, "*")
    304 DEFINE_GLOBAL(AtomicString, xmlAtom, "xml")
    305 DEFINE_GLOBAL(AtomicString, xmlnsAtom, "xmlns")
     299JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, nullAtom)
     300JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, emptyAtom, "")
     301JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, textAtom, "#text")
     302JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, commentAtom, "#comment")
     303JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, starAtom, "*")
     304JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, xmlAtom, "xml")
     305JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, xmlnsAtom, "xmlns")
    306306
    307307void AtomicString::init()
Note: See TracChangeset for help on using the changeset viewer.