Title: [283432] trunk/Source/WebCore
Revision
283432
Author
lmo...@igalia.com
Date
2021-10-01 20:21:43 -0700 (Fri, 01 Oct 2021)

Log Message

[GLIB] Fix build on Ubuntu 20.04 after 242376@main

Unreviewed build fix.

* dom/Position.cpp: Add missing header.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (283431 => 283432)


--- trunk/Source/WebCore/ChangeLog	2021-10-02 02:48:04 UTC (rev 283431)
+++ trunk/Source/WebCore/ChangeLog	2021-10-02 03:21:43 UTC (rev 283432)
@@ -1,3 +1,11 @@
+2021-10-01  Lauro Moura  <lmo...@igalia.com>
+
+        [GLIB] Fix build on Ubuntu 20.04 after 242376@main
+
+        Unreviewed build fix.
+
+        * dom/Position.cpp: Add missing header.
+
 2021-10-01  Chris Dumez  <cdu...@apple.com>
 
         Drop support for macOS < 10.15

Modified: trunk/Source/WebCore/dom/Position.cpp (283431 => 283432)


--- trunk/Source/WebCore/dom/Position.cpp	2021-10-02 02:48:04 UTC (rev 283431)
+++ trunk/Source/WebCore/dom/Position.cpp	2021-10-02 03:21:43 UTC (rev 283432)
@@ -43,6 +43,7 @@
 #include "NodeTraversal.h"
 #include "PositionIterator.h"
 #include "RenderBlock.h"
+#include "RenderBlockFlow.h"
 #include "RenderFlexibleBox.h"
 #include "RenderGrid.h"
 #include "RenderInline.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to