Ignore:
Timestamp:
Oct 28, 2009, 4:37:13 PM (16 years ago)
Author:
[email protected]
Message:

Not reviewed, attemp to fix Windows build.

Touch the cpp file to cause recompile.

  • wtf/Threading.cpp:

(WTF::threadEntryPoint):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Threading.cpp

    r46121 r50248  
    5252    setThreadNameInternal(context->name);
    5353
    54     // Block until our creating thread has completed any extra setup work
     54    // Block until our creating thread has completed any extra setup work.
    5555    {
    5656        MutexLocker locker(context->creationMutex);
Note: See TracChangeset for help on using the changeset viewer.