Changeset 57914 in webkit for trunk/JavaScriptCore


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

Reviewed by NOBODY (speculative windows fix).

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r57912 r57914  
     12010-04-20  Gavin Barraclough  <[email protected]>
     2
     3        Reviewed by NOBODY (speculative windows fix).
     4
     5        * wtf/text/AtomicString.h:
     6
    172010-04-20  Gavin Barraclough  <[email protected]>
    28
  • trunk/JavaScriptCore/wtf/text/AtomicString.h

    r57904 r57914  
    142142// These are only usable from the main thread.
    143143#ifndef ATOMICSTRING_HIDE_GLOBALS
    144     extern const AtomicString nullAtom;
    145     extern const AtomicString emptyAtom;
    146     extern const AtomicString textAtom;
    147     extern const AtomicString commentAtom;
    148     extern const AtomicString starAtom;
    149     extern const AtomicString xmlAtom;
    150     extern const AtomicString xmlnsAtom;
     144    extern const JS_EXPORTDATA AtomicString nullAtom;
     145    extern const JS_EXPORTDATA AtomicString emptyAtom;
     146    extern const JS_EXPORTDATA AtomicString textAtom;
     147    extern const JS_EXPORTDATA AtomicString commentAtom;
     148    extern const JS_EXPORTDATA AtomicString starAtom;
     149    extern const JS_EXPORTDATA AtomicString xmlAtom;
     150    extern const JS_EXPORTDATA AtomicString xmlnsAtom;
    151151#endif
    152152
Note: See TracChangeset for help on using the changeset viewer.