Title: [270239] trunk/Source/WebCore
- Revision
- 270239
- Author
- [email protected]
- Date
- 2020-11-30 06:59:43 -0800 (Mon, 30 Nov 2020)
Log Message
[LFC][TFC] Add missing TableGrid::Row::m_baseline initialization
https://bugs.webkit.org/show_bug.cgi?id=219336
Reviewed by Antti Koivisto.
* layout/tableformatting/TableGrid.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (270238 => 270239)
--- trunk/Source/WebCore/ChangeLog 2020-11-30 14:11:02 UTC (rev 270238)
+++ trunk/Source/WebCore/ChangeLog 2020-11-30 14:59:43 UTC (rev 270239)
@@ -1,3 +1,12 @@
+2020-11-30 Zalan Bujtas <[email protected]>
+
+ [LFC][TFC] Add missing TableGrid::Row::m_baseline initialization
+ https://bugs.webkit.org/show_bug.cgi?id=219336
+
+ Reviewed by Antti Koivisto.
+
+ * layout/tableformatting/TableGrid.h:
+
2020-11-30 Andres Gonzalez <[email protected]>
AXIsolatedTree::m_axObjectCache should not be accessed on the secondary AX thread.
Modified: trunk/Source/WebCore/layout/tableformatting/TableGrid.h (270238 => 270239)
--- trunk/Source/WebCore/layout/tableformatting/TableGrid.h 2020-11-30 14:11:02 UTC (rev 270238)
+++ trunk/Source/WebCore/layout/tableformatting/TableGrid.h 2020-11-30 14:59:43 UTC (rev 270239)
@@ -128,7 +128,7 @@
private:
LayoutUnit m_logicalTop;
LayoutUnit m_logicalHeight;
- InlineLayoutUnit m_baseline;
+ InlineLayoutUnit m_baseline { 0 };
WeakPtr<const ContainerBox> m_layoutBox;
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes