Ignore:
Timestamp:
May 13, 2009, 10:13:45 AM (16 years ago)
Author:
[email protected]
Message:

2009-05-13 Ariya Hidayat <[email protected]>

Unreviewed build fix, as suggested by Yael Aharon <[email protected]>.

  • wtf/qt/ThreadingQt.cpp: (WTF::waitForThreadCompletion): renamed IsValid to isValid.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/qt/ThreadingQt.cpp

    r43507 r43637  
    121121int waitForThreadCompletion(ThreadIdentifier threadID, void** result)
    122122{
    123     ASSERT(threadID.IsValid());
     123    ASSERT(threadID.isValid());
    124124
    125125    QThread* thread = threadID.platformId();
Note: See TracChangeset for help on using the changeset viewer.