Changeset 84550 in webkit


Ignore:
Timestamp:
Apr 21, 2011 3:13:46 PM (13 years ago)
Author:
adamk@chromium.org
Message:

2011-04-21 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r84548.
http://trac.webkit.org/changeset/84548
https://bugs.webkit.org/show_bug.cgi?id=59144

Broke chromium-win build (Requested by aklein on #webkit).

  • wtf/Platform.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r84548 r84550  
     12011-04-21  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r84548.
     4        http://trac.webkit.org/changeset/84548
     5        https://bugs.webkit.org/show_bug.cgi?id=59144
     6
     7        Broke chromium-win build (Requested by aklein on #webkit).
     8
     9        * wtf/Platform.h:
     10
    1112011-04-21  Adam Klein  <adamk@chromium.org>
    212
  • trunk/Source/JavaScriptCore/wtf/Platform.h

    r84548 r84550  
    583583#endif
    584584
    585 #if ENABLE(JSC_MULTIPLE_THREADS) || PLATFORM(CHROMIUM)
     585#if ENABLE(JSC_MULTIPLE_THREADS)
    586586#define ENABLE_WTF_MULTIPLE_THREADS 1
    587587#endif
Note: See TracChangeset for help on using the changeset viewer.