Changeset 57914 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 20, 2010, 1:58:03 PM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r57912 r57914 1 2010-04-20 Gavin Barraclough <[email protected]> 2 3 Reviewed by NOBODY (speculative windows fix). 4 5 * wtf/text/AtomicString.h: 6 1 7 2010-04-20 Gavin Barraclough <[email protected]> 2 8 -
trunk/JavaScriptCore/wtf/text/AtomicString.h
r57904 r57914 142 142 // These are only usable from the main thread. 143 143 #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; 151 151 #endif 152 152
Note:
See TracChangeset
for help on using the changeset viewer.