Title: [269053] trunk/Source/WebCore
Revision
269053
Author
clo...@igalia.com
Date
2020-10-27 10:43:33 -0700 (Tue, 27 Oct 2020)

Log Message

Fix build for non-unified builds after r269041.
https://bugs.webkit.org/show_bug.cgi?id=218233

Unreviewed build fix.

Add missing include that can cause a build breakage for non-unified
builds or for unified builds depending on how the included files
are listed-

* rendering/RenderBlockFlow.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (269052 => 269053)


--- trunk/Source/WebCore/ChangeLog	2020-10-27 17:38:13 UTC (rev 269052)
+++ trunk/Source/WebCore/ChangeLog	2020-10-27 17:43:33 UTC (rev 269053)
@@ -1,3 +1,16 @@
+2020-10-27  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        Fix build for non-unified builds after r269041.
+        https://bugs.webkit.org/show_bug.cgi?id=218233
+
+        Unreviewed build fix.
+
+        Add missing include that can cause a build breakage for non-unified
+        builds or for unified builds depending on how the included files
+        are listed-
+
+        * rendering/RenderBlockFlow.cpp:
+
 2020-10-27  Kenneth Russell  <k...@chromium.org>
 
         [ iOS wk2 ] webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html is failing.

Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.cpp (269052 => 269053)


--- trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2020-10-27 17:38:13 UTC (rev 269052)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2020-10-27 17:43:33 UTC (rev 269053)
@@ -35,6 +35,7 @@
 #include "HTMLTextAreaElement.h"
 #include "HitTestLocation.h"
 #include "InlineTextBox.h"
+#include "LayoutIntegrationLineIterator.h"
 #include "LayoutIntegrationLineLayout.h"
 #include "LayoutRepainter.h"
 #include "Logging.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to