⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99392 in webkit


Ignore:
Timestamp:
Nov 6, 2011, 6:51:21 PM (15 years ago)
Author:
fpizlo@apple.com
Message:

REGRESSION(r99374): GTK+ build of the jsc binary doesn't like the call
to initializeMainThread, and crashes
https://bugs.webkit.org/show_bug.cgi?id=71643

Reviewed by Sam Weinig.

  • jsc.cpp:

(main):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r99382 r99392  
     12011-11-06  Filip Pizlo  <fpizlo@apple.com>
     2
     3        REGRESSION(r99374): GTK+ build of the jsc binary doesn't like the call
     4        to initializeMainThread, and crashes
     5        https://bugs.webkit.org/show_bug.cgi?id=71643
     6
     7        Reviewed by Sam Weinig.
     8
     9        * jsc.cpp:
     10        (main):
     11
    1122011-11-06  Sam Weinig  <sam@webkit.org>
    213
  • trunk/Source/JavaScriptCore/jsc.cpp

    r99374 r99392  
    406406
    407407    // Initialize JSC before getting JSGlobalData.
     408#if ENABLE(SAMPLING_REGIONS)
    408409    WTF::initializeMainThread();
     410#endif
    409411    JSC::initializeThreading();
    410412
Note: See TracChangeset for help on using the changeset viewer.