Changeset 50248 in webkit for trunk/JavaScriptCore


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):

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r50247 r50248  
     12009-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
    1102009-10-28  Dmitry Titov  <[email protected]>
    211
  • 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.