Ignore:
Timestamp:
Aug 14, 2015, 9:53:37 AM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r188444.
https://bugs.webkit.org/show_bug.cgi?id=148029

Broke GTK and EFL (see bug #148027) (Requested by philn on
#webkit).

Reverted changeset:

"Use WTF::Lock and WTF::Condition instead of WTF::Mutex,
WTF::ThreadCondition, std::mutex, and std::condition_variable"
https://bugs.webkit.org/show_bug.cgi?id=147999
http://trac.webkit.org/changeset/188444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JITThunks.h

    r188444 r188475  
    6464
    6565private:
     66    // Main thread can hold this lock for a while, so use an adaptive mutex.
     67    typedef Mutex Lock;
     68    typedef MutexLocker Locker;
     69
    6670    void finalize(Handle<Unknown>, void* context) override;
    6771   
Note: See TracChangeset for help on using the changeset viewer.