From: ryanhaddad@apple.com Date: Wed, 15 Nov 2017 01:25:26 +0000 (+0000) Subject: Unreviewed, rolling out r224860. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=989e13fd16203a36f30ab0e6bb3150e615a40377 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 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@224865 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index e86be53..3f155aa 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,15 @@ +2017-11-14 Ryan Haddad + + 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 Media query with :host inside a custom elements doesn't get updated on window resize diff --git a/Source/WebCore/PlatformWin.cmake b/Source/WebCore/PlatformWin.cmake index 4663cba..aa394ce 100644 --- a/Source/WebCore/PlatformWin.cmake +++ b/Source/WebCore/PlatformWin.cmake @@ -59,6 +59,7 @@ list(APPEND WebCore_SOURCES platform/audio/PlatformMediaSessionManager.cpp + platform/graphics/FourCC.cpp platform/graphics/GraphicsContext3DPrivate.cpp platform/graphics/egl/GLContextEGL.cpp diff --git a/Source/WebCore/Sources.txt b/Source/WebCore/Sources.txt index 6329a08..b30cb81 100644 --- a/Source/WebCore/Sources.txt +++ b/Source/WebCore/Sources.txt @@ -1503,7 +1503,6 @@ platform/graphics/FontTaggedSettings.cpp 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