Changeset 99392 in webkit
- Timestamp:
- Nov 6, 2011, 6:51:21 PM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r99382 r99392 1 2011-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 1 12 2011-11-06 Sam Weinig <sam@webkit.org> 2 13 -
trunk/Source/JavaScriptCore/jsc.cpp
r99374 r99392 406 406 407 407 // Initialize JSC before getting JSGlobalData. 408 #if ENABLE(SAMPLING_REGIONS) 408 409 WTF::initializeMainThread(); 410 #endif 409 411 JSC::initializeThreading(); 410 412
Note:
See TracChangeset
for help on using the changeset viewer.