Changeset 31677 in webkit for trunk/JavaScriptCore/kjs/InitializeThreading.cpp
- Timestamp:
- Apr 6, 2008, 11:33:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InitializeThreading.cpp
r31433 r31677 31 31 32 32 #include "dtoa.h" 33 #include "ustring.h" 33 34 #include <wtf/Threading.h> 34 35 … … 41 42 if (!s_dtoaP5Mutex) 42 43 s_dtoaP5Mutex = new Mutex; 44 UString::null(); 43 45 #endif 44 46 }
Note:
See TracChangeset
for help on using the changeset viewer.