Title: [288985] trunk/Source/WebCore
Revision
288985
Author
[email protected]
Date
2022-02-02 12:40:59 -0800 (Wed, 02 Feb 2022)

Log Message

Fixes for non-unified builds after r288868
https://bugs.webkit.org/show_bug.cgi?id=235984

Reviewed by Chris Dumez.

* layout/integration/InlineIteratorInlineBox.cpp:
* rendering/RenderBlockFlow.cpp:
* rendering/RenderInline.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (288984 => 288985)


--- trunk/Source/WebCore/ChangeLog	2022-02-02 20:40:57 UTC (rev 288984)
+++ trunk/Source/WebCore/ChangeLog	2022-02-02 20:40:59 UTC (rev 288985)
@@ -1,3 +1,14 @@
+2022-02-02  Pablo Saavedra  <[email protected]>
+
+        Fixes for non-unified builds after r288868
+        https://bugs.webkit.org/show_bug.cgi?id=235984
+
+        Reviewed by Chris Dumez.
+
+        * layout/integration/InlineIteratorInlineBox.cpp:
+        * rendering/RenderBlockFlow.cpp:
+        * rendering/RenderInline.cpp:
+
 2022-02-02  Said Abou-Hallawa  <[email protected]>
 
         REGRESSION(r288865): SourceImage should never sink its ImageBuffer to a NativeImage

Modified: trunk/Source/WebCore/layout/integration/InlineIteratorInlineBox.cpp (288984 => 288985)


--- trunk/Source/WebCore/layout/integration/InlineIteratorInlineBox.cpp	2022-02-02 20:40:57 UTC (rev 288984)
+++ trunk/Source/WebCore/layout/integration/InlineIteratorInlineBox.cpp	2022-02-02 20:40:59 UTC (rev 288985)
@@ -27,6 +27,7 @@
 #include "InlineIteratorInlineBox.h"
 
 #include "LayoutIntegrationLineLayout.h"
+#include "RenderBlockFlow.h"
 #include "RenderInline.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.cpp (288984 => 288985)


--- trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2022-02-02 20:40:57 UTC (rev 288984)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2022-02-02 20:40:59 UTC (rev 288985)
@@ -35,6 +35,7 @@
 #include "HTMLTextAreaElement.h"
 #include "HitTestLocation.h"
 #include "InlineIteratorBox.h"
+#include "InlineIteratorInlineBox.h"
 #include "InlineIteratorLine.h"
 #include "InlineIteratorLogicalOrderTraversal.h"
 #include "InlineIteratorTextBox.h"

Modified: trunk/Source/WebCore/rendering/RenderInline.cpp (288984 => 288985)


--- trunk/Source/WebCore/rendering/RenderInline.cpp	2022-02-02 20:40:57 UTC (rev 288984)
+++ trunk/Source/WebCore/rendering/RenderInline.cpp	2022-02-02 20:40:59 UTC (rev 288985)
@@ -29,6 +29,7 @@
 #include "GraphicsContext.h"
 #include "HitTestResult.h"
 #include "InlineIteratorInlineBox.h"
+#include "InlineIteratorLine.h"
 #include "LayoutIntegrationLineLayout.h"
 #include "LegacyInlineElementBox.h"
 #include "LegacyInlineTextBox.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to