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

Changeset 144071 in webkit


Ignore:
Timestamp:
Feb 26, 2013, 10:32:09 AM (14 years ago)
Author:
oliver@apple.com
Message:

Appease the QT bots.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r144043 r144071  
     12013-02-26  Oliver Hunt  <oliver@apple.com>
     2
     3        Appease the QT bots.
     4
     5        * wtf/FastMalloc.cpp:
     6
    172013-02-26  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
    28
  • trunk/Source/WTF/wtf/FastMalloc.cpp

    r144001 r144071  
    104104
    105105// Harden the pointers stored in the TCMalloc linked lists
    106 #if COMPILER(GCC)
     106#if COMPILER(GCC) && !PLATFORM(QT)
    107107#define ENABLE_TCMALLOC_HARDENING 1
    108108#endif
Note: See TracChangeset for help on using the changeset viewer.