Changeset 144071 in webkit
- Timestamp:
- Feb 26, 2013, 10:32:09 AM (14 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/FastMalloc.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r144043 r144071 1 2013-02-26 Oliver Hunt <oliver@apple.com> 2 3 Appease the QT bots. 4 5 * wtf/FastMalloc.cpp: 6 1 7 2013-02-26 Jocelyn Turcotte <jocelyn.turcotte@digia.com> 2 8 -
trunk/Source/WTF/wtf/FastMalloc.cpp
r144001 r144071 104 104 105 105 // Harden the pointers stored in the TCMalloc linked lists 106 #if COMPILER(GCC) 106 #if COMPILER(GCC) && !PLATFORM(QT) 107 107 #define ENABLE_TCMALLOC_HARDENING 1 108 108 #endif
Note:
See TracChangeset
for help on using the changeset viewer.