Changeset 57917 in webkit for trunk/JavaScriptCore


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!).

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r57914 r57917  
     12010-04-20  Gavin Barraclough  <[email protected]>
     2
     3        Reviewed by NOBODY (speculative windows fix - missed a bit!).
     4
     5        * wtf/text/AtomicString.h:
     6
    172010-04-20  Gavin Barraclough  <[email protected]>
    28
  • 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.