Title: [257474] trunk/Source/WebCore
Revision
257474
Author
[email protected]
Date
2020-02-26 09:04:02 -0800 (Wed, 26 Feb 2020)

Log Message

Unreviewed build fix for non-unified builds with assertions enabled.

* css/CSSImageSetValue.cpp: Add missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (257473 => 257474)


--- trunk/Source/WebCore/ChangeLog	2020-02-26 16:16:57 UTC (rev 257473)
+++ trunk/Source/WebCore/ChangeLog	2020-02-26 17:04:02 UTC (rev 257474)
@@ -1,3 +1,9 @@
+2020-02-26  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed build fix for non-unified builds with assertions enabled.
+
+        * css/CSSImageSetValue.cpp: Add missing include.
+
 2020-02-26  Andres Gonzalez  <[email protected]>
 
         AXIsolatedObject support for table column objects.

Modified: trunk/Source/WebCore/css/CSSImageSetValue.cpp (257473 => 257474)


--- trunk/Source/WebCore/css/CSSImageSetValue.cpp	2020-02-26 16:16:57 UTC (rev 257473)
+++ trunk/Source/WebCore/css/CSSImageSetValue.cpp	2020-02-26 17:04:02 UTC (rev 257474)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "CSSImageSetValue.h"
 
+#include "CSSImageGeneratorValue.h"
 #include "CSSImageValue.h"
 #include "CSSPrimitiveValue.h"
 #include "Document.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to