Changeset 51288 in webkit


Ignore:
Timestamp:
Nov 21, 2009 3:13:53 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-21 Laszlo Gombos <Laszlo Gombos>

Reviewed by Eric Seidel.

[Qt][Mac] Turn on multiple JavaScript threads for QtWebkit on Mac
https://bugs.webkit.org/show_bug.cgi?id=31753

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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r51228 r51288  
     12009-11-21  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [Qt][Mac] Turn on multiple JavaScript threads for QtWebkit on Mac
     6        https://bugs.webkit.org/show_bug.cgi?id=31753
     7
     8        * wtf/Platform.h:
     9
    1102009-11-19  Steve Block  <steveblock@google.com>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r51228 r51288  
    441441#endif
    442442
    443 #if (PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN)) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
     443#if (PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && PLATFORM(DARWIN))) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
    444444#define ENABLE_JSC_MULTIPLE_THREADS 1
    445445#endif
Note: See TracChangeset for help on using the changeset viewer.