Title: [238552] trunk/Source/WebKit
Revision
238552
Author
tpop...@redhat.com
Date
2018-11-27 07:29:55 -0800 (Tue, 27 Nov 2018)

Log Message

[GTK][WPE] Remove temporary workaround in Source/WebKit/Platform*.cmake
https://bugs.webkit.org/show_bug.cgi?id=192008

Reviewed by Michael Catanzaro.

Looks like it's not needed anymore as the code compiles fine without
it.

* PlatformGTK.cmake:
* PlatformWPE.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238551 => 238552)


--- trunk/Source/WebKit/ChangeLog	2018-11-27 13:52:57 UTC (rev 238551)
+++ trunk/Source/WebKit/ChangeLog	2018-11-27 15:29:55 UTC (rev 238552)
@@ -1,3 +1,16 @@
+2018-11-27  Tomas Popela  <tpop...@redhat.com>
+
+        [GTK][WPE] Remove temporary workaround in Source/WebKit/Platform*.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=192008
+
+        Reviewed by Michael Catanzaro.
+
+        Looks like it's not needed anymore as the code compiles fine without
+        it.
+
+        * PlatformGTK.cmake:
+        * PlatformWPE.cmake:
+
 2018-11-27  Antti Koivisto  <an...@apple.com>
 
         Factor mask layer applying in RemoteLayerTreePropertyApplier into a shared function

Modified: trunk/Source/WebKit/PlatformGTK.cmake (238551 => 238552)


--- trunk/Source/WebKit/PlatformGTK.cmake	2018-11-27 13:52:57 UTC (rev 238551)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2018-11-27 15:29:55 UTC (rev 238552)
@@ -26,9 +26,6 @@
     WEBKIT_ADD_TARGET_PROPERTIES(WebKit LINK_FLAGS "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/webkitglib-symbols.map")
 endif ()
 
-# Temporary workaround to allow the build to succeed.
-file(REMOVE "${FORWARDING_HEADERS_DIR}/WebCore/Settings.h")
-
 set(WebKit_USE_PREFIX_HEADER ON)
 
 list(APPEND WebKit_UNIFIED_SOURCE_LIST_FILES

Modified: trunk/Source/WebKit/PlatformWPE.cmake (238551 => 238552)


--- trunk/Source/WebKit/PlatformWPE.cmake	2018-11-27 13:52:57 UTC (rev 238551)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2018-11-27 15:29:55 UTC (rev 238552)
@@ -24,9 +24,6 @@
     WEBKIT_ADD_TARGET_PROPERTIES(WebKit LINK_FLAGS "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/webkitglib-symbols.map")
 endif ()
 
-# Temporary workaround to allow the build to succeed.
-file(REMOVE "${FORWARDING_HEADERS_DIR}/WebCore/Settings.h")
-
 set(WebKit_USE_PREFIX_HEADER ON)
 
 add_custom_target(webkitwpe-forwarding-headers
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to