Changeset 57914 in webkit for trunk/JavaScriptCore/wtf/text/AtomicString.h
- Timestamp:
- Apr 20, 2010, 1:58:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.