Title: [144071] trunk/Source/WTF
- Revision
- 144071
- Author
- [email protected]
- Date
- 2013-02-26 10:32:09 -0800 (Tue, 26 Feb 2013)
Log Message
Appease the QT bots.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (144070 => 144071)
--- trunk/Source/WTF/ChangeLog 2013-02-26 18:29:27 UTC (rev 144070)
+++ trunk/Source/WTF/ChangeLog 2013-02-26 18:32:09 UTC (rev 144071)
@@ -1,3 +1,9 @@
+2013-02-26 Oliver Hunt <[email protected]>
+
+ Appease the QT bots.
+
+ * wtf/FastMalloc.cpp:
+
2013-02-26 Jocelyn Turcotte <[email protected]>
Implement JIT on Windows 64 bits
Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (144070 => 144071)
--- trunk/Source/WTF/wtf/FastMalloc.cpp 2013-02-26 18:29:27 UTC (rev 144070)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp 2013-02-26 18:32:09 UTC (rev 144071)
@@ -103,7 +103,7 @@
#endif
// Harden the pointers stored in the TCMalloc linked lists
-#if COMPILER(GCC)
+#if COMPILER(GCC) && !PLATFORM(QT)
#define ENABLE_TCMALLOC_HARDENING 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes