Title: [292160] trunk/Source/WebCore
Revision
292160
Author
dp...@igalia.com
Date
2022-03-31 08:31:42 -0700 (Thu, 31 Mar 2022)

Log Message

[WPE] Unreviewed, fix non-unified build after r292150

* css/typedom/CSSNumericFactory.h:
* css/typedom/numeric/CSSMathSum.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (292159 => 292160)


--- trunk/Source/WebCore/ChangeLog	2022-03-31 15:28:00 UTC (rev 292159)
+++ trunk/Source/WebCore/ChangeLog	2022-03-31 15:31:42 UTC (rev 292160)
@@ -1,3 +1,10 @@
+2022-03-31  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r292150
+
+        * css/typedom/CSSNumericFactory.h:
+        * css/typedom/numeric/CSSMathSum.cpp:
+
 2022-03-31  Alan Bujtas  <za...@apple.com>
 
         [CSS contain] Containment disables the special handling of the HTML body element for overflow viewport propagation [part2]

Modified: trunk/Source/WebCore/css/typedom/CSSNumericFactory.h (292159 => 292160)


--- trunk/Source/WebCore/css/typedom/CSSNumericFactory.h	2022-03-31 15:28:00 UTC (rev 292159)
+++ trunk/Source/WebCore/css/typedom/CSSNumericFactory.h	2022-03-31 15:31:42 UTC (rev 292160)
@@ -28,6 +28,7 @@
 #if ENABLE(CSS_TYPED_OM)
 
 #include "CSSUnitValue.h"
+#include "CSSUnits.h"
 #include "Supplementable.h"
 
 #include <wtf/RefCounted.h>

Modified: trunk/Source/WebCore/css/typedom/numeric/CSSMathSum.cpp (292159 => 292160)


--- trunk/Source/WebCore/css/typedom/numeric/CSSMathSum.cpp	2022-03-31 15:28:00 UTC (rev 292159)
+++ trunk/Source/WebCore/css/typedom/numeric/CSSMathSum.cpp	2022-03-31 15:31:42 UTC (rev 292160)
@@ -29,6 +29,7 @@
 #if ENABLE(CSS_TYPED_OM)
 
 #include "CSSNumericArray.h"
+#include "ExceptionOr.h"
 #include <wtf/Algorithms.h>
 #include <wtf/IsoMallocInlines.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to