Title: [257475] releases/WebKitGTK/webkit-2.28/Source/WebCore
- Revision
- 257475
- Author
- [email protected]
- Date
- 2020-02-26 09:10:17 -0800 (Wed, 26 Feb 2020)
Log Message
Merge r257474 - Unreviewed build fix for non-unified builds with assertions enabled.
* css/CSSImageSetValue.cpp: Add missing include.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog (257474 => 257475)
--- releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog 2020-02-26 17:04:02 UTC (rev 257474)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog 2020-02-26 17:10:17 UTC (rev 257475)
@@ -1,5 +1,11 @@
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 Adrian Perez de Castro <[email protected]>
+
Unreviewed build fix for non-unified builds.
* bindings/js/JSAnimationTimelineCustom.cpp: Add missing header include.
Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/css/CSSImageSetValue.cpp (257474 => 257475)
--- releases/WebKitGTK/webkit-2.28/Source/WebCore/css/CSSImageSetValue.cpp 2020-02-26 17:04:02 UTC (rev 257474)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/css/CSSImageSetValue.cpp 2020-02-26 17:10:17 UTC (rev 257475)
@@ -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