Title: [289198] trunk/Source/WebCore
- Revision
- 289198
- Author
- [email protected]
- Date
- 2022-02-06 21:02:39 -0800 (Sun, 06 Feb 2022)
Log Message
Address a post-commit review comment after r289171.
Reviewed by Darin Adler.
* layout/formattingContexts/inline/InlineLineBoxBuilder.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (289197 => 289198)
--- trunk/Source/WebCore/ChangeLog 2022-02-07 04:42:03 UTC (rev 289197)
+++ trunk/Source/WebCore/ChangeLog 2022-02-07 05:02:39 UTC (rev 289198)
@@ -1,3 +1,11 @@
+2022-02-06 Alan Bujtas <[email protected]>
+
+ Address a post-commit review comment after r289171.
+
+ Reviewed by Darin Adler.
+
+ * layout/formattingContexts/inline/InlineLineBoxBuilder.cpp:
+
2022-02-06 Diego Pino Garcia <[email protected]>
[GTK][WPE] Unreviewed build fix for Debian Stable after r288872
Modified: trunk/Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp (289197 => 289198)
--- trunk/Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp 2022-02-07 04:42:03 UTC (rev 289197)
+++ trunk/Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp 2022-02-07 05:02:39 UTC (rev 289198)
@@ -164,7 +164,7 @@
InlineLayoutUnit ascent { 0 };
InlineLayoutUnit descent { 0 };
InlineLayoutUnit lineSpacing { 0 };
- std::optional<InlineLayoutUnit> preferredLineHeight { };
+ std::optional<InlineLayoutUnit> preferredLineHeight;
};
static LayoutBoundsMetrics layoutBoundsMetricsForInlineBox(const InlineLevelBox& inlineBox, FontBaseline fontBaseline = AlphabeticBaseline)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes