Title: [274255] trunk/Source/WebCore
Revision
274255
Author
[email protected]
Date
2021-03-10 17:36:54 -0800 (Wed, 10 Mar 2021)

Log Message

Unreviewed attempt to fix Windows build after r274252.

* platform/graphics/cg/ColorSpaceCG.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274254 => 274255)


--- trunk/Source/WebCore/ChangeLog	2021-03-11 01:26:51 UTC (rev 274254)
+++ trunk/Source/WebCore/ChangeLog	2021-03-11 01:36:54 UTC (rev 274255)
@@ -1,5 +1,11 @@
 2021-03-10  Chris Dumez  <[email protected]>
 
+        Unreviewed attempt to fix Windows build after r274252.
+
+        * platform/graphics/cg/ColorSpaceCG.cpp:
+
+2021-03-10  Chris Dumez  <[email protected]>
+
         Use RetainPtr<> / OSObjectPtr<> more in WebKit
         https://bugs.webkit.org/show_bug.cgi?id=223030
 

Modified: trunk/Source/WebCore/platform/graphics/cg/ColorSpaceCG.cpp (274254 => 274255)


--- trunk/Source/WebCore/platform/graphics/cg/ColorSpaceCG.cpp	2021-03-11 01:26:51 UTC (rev 274254)
+++ trunk/Source/WebCore/platform/graphics/cg/ColorSpaceCG.cpp	2021-03-11 01:36:54 UTC (rev 274255)
@@ -30,6 +30,7 @@
 
 #include <mutex>
 #include <pal/spi/cg/CoreGraphicsSPI.h>
+#include <wtf/NeverDestroyed.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to