Changeset 50248 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 28, 2009, 4:37:13 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r50247 r50248 1 2009-10-28 Dmitry Titov <[email protected]> 2 3 Not reviewed, attemp to fix Windows build. 4 5 Touch the cpp file to cause recompile. 6 7 * wtf/Threading.cpp: 8 (WTF::threadEntryPoint): 9 1 10 2009-10-28 Dmitry Titov <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Threading.cpp
r46121 r50248 52 52 setThreadNameInternal(context->name); 53 53 54 // Block until our creating thread has completed any extra setup work 54 // Block until our creating thread has completed any extra setup work. 55 55 { 56 56 MutexLocker locker(context->creationMutex);
Note:
See TracChangeset
for help on using the changeset viewer.