Changeset 38390 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Nov 14, 2008, 9:49:56 AM (17 years ago)
- Location:
- trunk/JavaScriptCore/wtf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/dtoa.cpp
r38117 r38390 167 167 #endif 168 168 169 namespace JSC{169 namespace WTF { 170 170 171 171 #if ENABLE(JSC_MULTIPLE_THREADS) … … 2433 2433 } 2434 2434 2435 } // namespace JSC2435 } // namespace WTF -
trunk/JavaScriptCore/wtf/dtoa.h
r38117 r38390 19 19 */ 20 20 21 #ifndef KJS_dtoa_h22 #define KJS_dtoa_h21 #ifndef WTF_dtoa_h 22 #define WTF_dtoa_h 23 23 24 24 namespace WTF { … … 26 26 } 27 27 28 namespace JSC{28 namespace WTF { 29 29 30 30 extern WTF::Mutex* s_dtoaP5Mutex; … … 34 34 void freedtoa(char* s); 35 35 36 } // namespace JSC36 } // namespace WTF 37 37 38 #endif / * KJS_dtoa_h */38 #endif // WTF_dtoa_h
Note:
See TracChangeset
for help on using the changeset viewer.