Ignore:
Timestamp:
May 7, 2009, 11:47:19 PM (16 years ago)
Author:
[email protected]
Message:

Fix <https://bugs.webkit.org/show_bug.cgi?id=25640>.
Bug 25640: Crash on quit in r43384 nightly build on Leopard w/ Safari 4 beta installed

Rubber-stamped by Oliver Hunt.

Roll out r43366 as it removed symbols that Safari 4 Beta uses.

File:
1 edited

Legend:

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

    r43369 r43392  
    3333namespace WTF {
    3434
    35 bool ThreadIdentifier::operator==(const ThreadIdentifier&) const { return true; }
    36 bool ThreadIdentifier::operator!=(const ThreadIdentifier&) const { return false; }
    37 
    3835void initializeThreading() { }
    3936ThreadIdentifier createThreadInternal(ThreadFunction, void*, const char*) { return ThreadIdentifier(); }
Note: See TracChangeset for help on using the changeset viewer.