Title: [224865] trunk/Source/WebCore
Revision
224865
Author
ryanhad...@apple.com
Date
2017-11-14 17:25:26 -0800 (Tue, 14 Nov 2017)

Log Message

Unreviewed, rolling out r224860.

This change broke the macOS and iOS builds.

Reverted changeset:

"Unreviewed, fix CMake debug builds after r224707"
https://bugs.webkit.org/show_bug.cgi?id=179499
https://trac.webkit.org/changeset/224860

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224864 => 224865)


--- trunk/Source/WebCore/ChangeLog	2017-11-15 01:15:21 UTC (rev 224864)
+++ trunk/Source/WebCore/ChangeLog	2017-11-15 01:25:26 UTC (rev 224865)
@@ -1,3 +1,15 @@
+2017-11-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed, rolling out r224860.
+
+        This change broke the macOS and iOS builds.
+
+        Reverted changeset:
+
+        "Unreviewed, fix CMake debug builds after r224707"
+        https://bugs.webkit.org/show_bug.cgi?id=179499
+        https://trac.webkit.org/changeset/224860
+
 2017-11-14  Antti Koivisto  <an...@apple.com>
 
         Media query with :host inside a custom elements doesn't get updated on window resize

Modified: trunk/Source/WebCore/PlatformWin.cmake (224864 => 224865)


--- trunk/Source/WebCore/PlatformWin.cmake	2017-11-15 01:15:21 UTC (rev 224864)
+++ trunk/Source/WebCore/PlatformWin.cmake	2017-11-15 01:25:26 UTC (rev 224865)
@@ -59,6 +59,7 @@
 
     platform/audio/PlatformMediaSessionManager.cpp
 
+    platform/graphics/FourCC.cpp
     platform/graphics/GraphicsContext3DPrivate.cpp
 
     platform/graphics/egl/GLContextEGL.cpp

Modified: trunk/Source/WebCore/Sources.txt (224864 => 224865)


--- trunk/Source/WebCore/Sources.txt	2017-11-15 01:15:21 UTC (rev 224864)
+++ trunk/Source/WebCore/Sources.txt	2017-11-15 01:25:26 UTC (rev 224865)
@@ -1503,7 +1503,6 @@
 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to