Title: [281810] trunk/Source/WebCore
Revision
281810
Author
[email protected]
Date
2021-08-31 11:34:08 -0700 (Tue, 31 Aug 2021)

Log Message

Unreviewed build fix for PlayStation following r241123.

* css/typedom/CSSStyleValue.h:
Add missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (281809 => 281810)


--- trunk/Source/WebCore/ChangeLog	2021-08-31 17:49:56 UTC (rev 281809)
+++ trunk/Source/WebCore/ChangeLog	2021-08-31 18:34:08 UTC (rev 281810)
@@ -1,3 +1,10 @@
+2021-08-31  Ross Kirsling  <[email protected]>
+
+        Unreviewed build fix for PlayStation following r241123.
+
+        * css/typedom/CSSStyleValue.h:
+        Add missing include.
+
 2021-08-31  Johnson Zhou  <[email protected]>
 
         Addition of CSSUnparsedValue. (TypedOM)

Modified: trunk/Source/WebCore/css/typedom/CSSStyleValue.h (281809 => 281810)


--- trunk/Source/WebCore/css/typedom/CSSStyleValue.h	2021-08-31 17:49:56 UTC (rev 281809)
+++ trunk/Source/WebCore/css/typedom/CSSStyleValue.h	2021-08-31 18:34:08 UTC (rev 281810)
@@ -28,6 +28,7 @@
 #if ENABLE(CSS_TYPED_OM)
 
 #include "CSSPropertyNames.h"
+#include "CSSValue.h"
 #include "ScriptWrappable.h"
 #include <wtf/RefCounted.h>
 #include <wtf/text/WTFString.h>
@@ -34,7 +35,6 @@
 
 namespace WebCore {
 
-class CSSValue;
 template<typename T> class ExceptionOr;
 
 enum class CSSStyleValueType : uint8_t {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to