Title: [224860] trunk/Source/WebCore
Revision
224860
Author
[email protected]
Date
2017-11-14 16:12:34 -0800 (Tue, 14 Nov 2017)

Log Message

Unreviewed, fix CMake debug builds after r224707
https://bugs.webkit.org/show_bug.cgi?id=179499
<rdar://problem/35445033>

* PlatformWin.cmake:
* Sources.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224859 => 224860)


--- trunk/Source/WebCore/ChangeLog	2017-11-15 00:12:09 UTC (rev 224859)
+++ trunk/Source/WebCore/ChangeLog	2017-11-15 00:12:34 UTC (rev 224860)
@@ -1,5 +1,14 @@
 2017-11-14  Michael Catanzaro  <[email protected]>
 
+        Unreviewed, fix CMake debug builds after r224707
+        https://bugs.webkit.org/show_bug.cgi?id=179499
+        <rdar://problem/35445033>
+
+        * PlatformWin.cmake:
+        * Sources.txt:
+
+2017-11-14  Michael Catanzaro  <[email protected]>
+
         Another attempt to fix GTK/WPE debug builds
         https://bugs.webkit.org/show_bug.cgi?id=179660
 

Modified: trunk/Source/WebCore/PlatformWin.cmake (224859 => 224860)


--- trunk/Source/WebCore/PlatformWin.cmake	2017-11-15 00:12:09 UTC (rev 224859)
+++ trunk/Source/WebCore/PlatformWin.cmake	2017-11-15 00:12:34 UTC (rev 224860)
@@ -59,7 +59,6 @@
 
     platform/audio/PlatformMediaSessionManager.cpp
 
-    platform/graphics/FourCC.cpp
     platform/graphics/GraphicsContext3DPrivate.cpp
 
     platform/graphics/egl/GLContextEGL.cpp

Modified: trunk/Source/WebCore/Sources.txt (224859 => 224860)


--- trunk/Source/WebCore/Sources.txt	2017-11-15 00:12:09 UTC (rev 224859)
+++ trunk/Source/WebCore/Sources.txt	2017-11-15 00:12:34 UTC (rev 224860)
@@ -1503,6 +1503,7 @@
 platform/graphics/FontGenericFamilies.cpp
 platform/graphics/FontPlatformData.cpp
 platform/graphics/FontRanges.cpp
+platform/graphics/FourCC.cpp
 platform/graphics/GeneratedImage.cpp
 platform/graphics/GeometryUtilities.cpp
 platform/graphics/Gradient.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to