Title: [233682] trunk/Source/WebCore
Revision
233682
Author
[email protected]
Date
2018-07-10 06:44:41 -0700 (Tue, 10 Jul 2018)

Log Message

Rollout r233530: Candidate for Speedometer regression.
https://bugs.webkit.org/show_bug.cgi?id=187518

* rendering/SimpleLineLayoutFlowContents.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (233681 => 233682)


--- trunk/Source/WebCore/ChangeLog	2018-07-10 10:15:00 UTC (rev 233681)
+++ trunk/Source/WebCore/ChangeLog	2018-07-10 13:44:41 UTC (rev 233682)
@@ -1,3 +1,10 @@
+2018-07-10  Zalan Bujtas  <[email protected]>
+
+        Rollout r233530: Candidate for Speedometer regression.
+        https://bugs.webkit.org/show_bug.cgi?id=187518
+
+        * rendering/SimpleLineLayoutFlowContents.h:
+
 2018-07-09  Antoine Quint  <[email protected]>
 
         [Web Animations] Correct handle repetition of composite and easing values

Modified: trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h (233681 => 233682)


--- trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h	2018-07-10 10:15:00 UTC (rev 233681)
+++ trunk/Source/WebCore/rendering/SimpleLineLayoutFlowContents.h	2018-07-10 13:44:41 UTC (rev 233682)
@@ -58,7 +58,7 @@
 
 private:
     unsigned segmentIndexForRunSlow(unsigned start, unsigned end) const;
-    const Vector<Segment> m_segments;
+    const Vector<Segment, 8> m_segments;
     mutable unsigned m_lastSegmentIndex { 0 };
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to