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/bytecode/SamplingTool.h

    r43366 r43392  
    126126        static bool s_running;
    127127        static unsigned s_hertz;
    128 
    129         static ThreadIdentifier& samplingThread();
     128        static ThreadIdentifier s_samplingThread;
    130129
    131130        static void start(unsigned hertz=10000);
Note: See TracChangeset for help on using the changeset viewer.