Title: [281809] trunk/Source/WebCore
Revision
281809
Author
[email protected]
Date
2021-08-31 10:49:56 -0700 (Tue, 31 Aug 2021)

Log Message

Addition of CSSUnparsedValue. (TypedOM)
https://bugs.webkit.org/show_bug.cgi?id=229069

Patch by Johnson Zhou <[email protected]> on 2021-08-31
Reviewed by Darin Adler.

* css/typedom/CSSOMVariableReferenceValue.cpp:

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2021-08-31 16:52:46 UTC (rev 281808)
+++ trunk/Source/WebCore/ChangeLog	2021-08-31 17:49:56 UTC (rev 281809)
@@ -1,3 +1,12 @@
+2021-08-31  Johnson Zhou  <[email protected]>
+
+        Addition of CSSUnparsedValue. (TypedOM)
+        https://bugs.webkit.org/show_bug.cgi?id=229069
+
+        Reviewed by Darin Adler.
+
+        * css/typedom/CSSOMVariableReferenceValue.cpp:
+
 2021-08-31  Chris Dumez  <[email protected]>
 
         Implement self.structuredClone()

Modified: trunk/Source/WebCore/css/typedom/CSSOMVariableReferenceValue.cpp (281808 => 281809)


--- trunk/Source/WebCore/css/typedom/CSSOMVariableReferenceValue.cpp	2021-08-31 16:52:46 UTC (rev 281808)
+++ trunk/Source/WebCore/css/typedom/CSSOMVariableReferenceValue.cpp	2021-08-31 17:49:56 UTC (rev 281809)
@@ -33,6 +33,7 @@
 #if ENABLE(CSS_TYPED_OM)
 
 #include "CSSUnparsedValue.h"
+#include "ExceptionOr.h"
 #include <wtf/IsoMallocInlines.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to