Title: [283496] trunk/Source/WebCore
Revision
283496
Author
[email protected]
Date
2021-10-04 07:50:57 -0700 (Mon, 04 Oct 2021)

Log Message

Fix LTS build after 242443@main

Unreviewed build fix.

* rendering/RenderBlockFlow.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (283495 => 283496)


--- trunk/Source/WebCore/ChangeLog	2021-10-04 14:26:18 UTC (rev 283495)
+++ trunk/Source/WebCore/ChangeLog	2021-10-04 14:50:57 UTC (rev 283496)
@@ -1,3 +1,11 @@
+2021-10-04  Lauro Moura  <[email protected]>
+
+        Fix LTS build after 242443@main
+
+        Unreviewed build fix.
+
+        * rendering/RenderBlockFlow.cpp:
+
 2021-10-04  Alan Bujtas  <[email protected]>
 
         'overflow-wrap: anywhere' should be considered when calculating min-content intrinsic sizes.

Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.cpp (283495 => 283496)


--- trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2021-10-04 14:26:18 UTC (rev 283495)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2021-10-04 14:50:57 UTC (rev 283496)
@@ -35,6 +35,7 @@
 #include "HitTestLocation.h"
 #include "InlineIteratorBox.h"
 #include "InlineIteratorLine.h"
+#include "InlineIteratorTextBox.h"
 #include "InlineWalker.h"
 #include "LayoutIntegrationLineLayout.h"
 #include "LayoutRepainter.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to