Title: [121018] trunk/Source/WTF
- Revision
- 121018
- Author
- [email protected]
- Date
- 2012-06-22 05:41:24 -0700 (Fri, 22 Jun 2012)
Log Message
Causes crashes in LLVMPipe
https://bugs.webkit.org/show_bug.cgi?id=89358
Patch by Gustavo Noronha Silva <[email protected]> on 2012-06-18
Reviewed by Martin Robinson.
Change suggested by Dave Airlie and Xan Lopez.
* wtf/Platform.h: disable global fastMalloc for GTK+
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (121017 => 121018)
--- trunk/Source/WTF/ChangeLog 2012-06-22 12:35:55 UTC (rev 121017)
+++ trunk/Source/WTF/ChangeLog 2012-06-22 12:41:24 UTC (rev 121018)
@@ -1,3 +1,14 @@
+2012-06-18 Gustavo Noronha Silva <[email protected]>
+
+ Causes crashes in LLVMPipe
+ https://bugs.webkit.org/show_bug.cgi?id=89358
+
+ Reviewed by Martin Robinson.
+
+ Change suggested by Dave Airlie and Xan Lopez.
+
+ * wtf/Platform.h: disable global fastMalloc for GTK+
+
2012-06-22 Mario Sanchez Prada <[email protected]>
Memory corruption on HashTable.h
Modified: trunk/Source/WTF/wtf/Platform.h (121017 => 121018)
--- trunk/Source/WTF/wtf/Platform.h 2012-06-22 12:35:55 UTC (rev 121017)
+++ trunk/Source/WTF/wtf/Platform.h 2012-06-22 12:41:24 UTC (rev 121018)
@@ -490,6 +490,7 @@
#if PLATFORM(GTK)
#define WTF_USE_CAIRO 1
+#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes