Changeset 161871 in webkit


Ignore:
Timestamp:
Jan 13, 2014 2:44:18 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r161855.
http://trac.webkit.org/changeset/161855
https://bugs.webkit.org/show_bug.cgi?id=126880

Sister commit of r161852 (Requested by kling on #webkit).

  • wtf/ThreadingPthreads.cpp:

(WTF::initializeThreading):

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r161869 r161871  
     12014-01-13  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r161855.
     4        http://trac.webkit.org/changeset/161855
     5        https://bugs.webkit.org/show_bug.cgi?id=126880
     6
     7        Sister commit of r161852 (Requested by kling on #webkit).
     8
     9        * wtf/ThreadingPthreads.cpp:
     10        (WTF::initializeThreading):
     11
    1122014-01-13  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/Source/WTF/wtf/ThreadingPthreads.cpp

    r161869 r161871  
    116116        return;
    117117
    118     isInitialized = true;
    119 
    120118    WTF::double_conversion::initialize();
    121119    // StringImpl::empty() does not construct its static string in a threadsafe fashion,
Note: See TracChangeset for help on using the changeset viewer.