Title: [291549] trunk/Source/WebCore
Revision
291549
Author
dp...@igalia.com
Date
2022-03-20 19:11:50 -0700 (Sun, 20 Mar 2022)

Log Message

[WPE] Unreviewed, fix non-unified build after r291474 and r291508

* css/CSSToLengthConversionData.h:
* html/parser/AtomHTMLToken.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291548 => 291549)


--- trunk/Source/WebCore/ChangeLog	2022-03-21 00:59:06 UTC (rev 291548)
+++ trunk/Source/WebCore/ChangeLog	2022-03-21 02:11:50 UTC (rev 291549)
@@ -1,3 +1,10 @@
+2022-03-20  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r291474 and r291508
+
+        * css/CSSToLengthConversionData.h: 
+        * html/parser/AtomHTMLToken.h: 
+
 2022-03-20  Alan Bujtas  <za...@apple.com>
 
         [IFC][Integration] Rename InlineIterator::Line to LineBox

Modified: trunk/Source/WebCore/css/CSSToLengthConversionData.h (291548 => 291549)


--- trunk/Source/WebCore/css/CSSToLengthConversionData.h	2022-03-21 00:59:06 UTC (rev 291548)
+++ trunk/Source/WebCore/css/CSSToLengthConversionData.h	2022-03-21 02:11:50 UTC (rev 291549)
@@ -31,6 +31,7 @@
 #pragma once
 
 #include "CSSPropertyNames.h"
+#include "Element.h"
 #include <optional>
 #include <wtf/Assertions.h>
 

Modified: trunk/Source/WebCore/html/parser/AtomHTMLToken.h (291548 => 291549)


--- trunk/Source/WebCore/html/parser/AtomHTMLToken.h	2022-03-21 00:59:06 UTC (rev 291548)
+++ trunk/Source/WebCore/html/parser/AtomHTMLToken.h	2022-03-21 02:11:50 UTC (rev 291549)
@@ -28,6 +28,8 @@
 
 #include "HTMLNameCache.h"
 #include "HTMLToken.h"
+#include <wtf/HashSet.h>
+#include <wtf/text/AtomStringHash.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to