Title: [158265] trunk/Source/WebCore
Revision
158265
Author
an...@apple.com
Date
2013-10-30 04:16:10 -0700 (Wed, 30 Oct 2013)

Log Message

REGRESSION(r158214): It made zillion tests crash on GTK and EFL
https://bugs.webkit.org/show_bug.cgi?id=123505

* rendering/SimpleLineLayout.h: Add WTF_MAKE_FAST_ALLOCATED

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158264 => 158265)


--- trunk/Source/WebCore/ChangeLog	2013-10-30 10:39:22 UTC (rev 158264)
+++ trunk/Source/WebCore/ChangeLog	2013-10-30 11:16:10 UTC (rev 158265)
@@ -1,3 +1,10 @@
+2013-10-30  Antti Koivisto  <an...@apple.com>
+
+        REGRESSION(r158214): It made zillion tests crash on GTK and EFL
+        https://bugs.webkit.org/show_bug.cgi?id=123505
+
+        * rendering/SimpleLineLayout.h: Add WTF_MAKE_FAST_ALLOCATED
+
 2013-10-29  Philippe Normand  <pnorm...@igalia.com>
 
         [GStreamer] Store video-sink in a bin

Modified: trunk/Source/WebCore/rendering/SimpleLineLayout.h (158264 => 158265)


--- trunk/Source/WebCore/rendering/SimpleLineLayout.h	2013-10-30 10:39:22 UTC (rev 158264)
+++ trunk/Source/WebCore/rendering/SimpleLineLayout.h	2013-10-30 11:16:10 UTC (rev 158265)
@@ -60,6 +60,8 @@
 };
 
 struct Layout {
+    WTF_MAKE_FAST_ALLOCATED;
+public:
     typedef Vector<Run, 10> RunVector;
     static std::unique_ptr<Layout> create(const RunVector&, unsigned lineCount);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to