Title: [273830] branches/safari-611.1.21.1-branch
Revision
273830
Author
rubent...@apple.com
Date
2021-03-03 12:18:56 -0800 (Wed, 03 Mar 2021)

Log Message

Cherry-pick r273699. rdar://problem/74992920

    [Win] Fix build failure
    https://bugs.webkit.org/show_bug.cgi?id=222576
    <rdar://problem/74590803>
    Reviewed by Brent Fulgham.

    It appears a recent change has unintentionally enabled WebInspectorUI on Apple Win. Address this by explicitly disabling it.

    * Source/cmake/OptionsAppleWin.cmake:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@273699 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-611.1.21.1-branch/ChangeLog (273829 => 273830)


--- branches/safari-611.1.21.1-branch/ChangeLog	2021-03-03 19:42:23 UTC (rev 273829)
+++ branches/safari-611.1.21.1-branch/ChangeLog	2021-03-03 20:18:56 UTC (rev 273830)
@@ -1,3 +1,30 @@
+2021-03-03  Ruben Turcios  <rubent...@apple.com>
+
+        Cherry-pick r273699. rdar://problem/74992920
+
+    [Win] Fix build failure
+    https://bugs.webkit.org/show_bug.cgi?id=222576
+    <rdar://problem/74590803>
+    Reviewed by Brent Fulgham.
+    
+    It appears a recent change has unintentionally enabled WebInspectorUI on Apple Win. Address this by explicitly disabling it.
+    
+    * Source/cmake/OptionsAppleWin.cmake:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@273699 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-03-01  Per Arne  <pvol...@apple.com>
+
+            [Win] Fix build failure
+            https://bugs.webkit.org/show_bug.cgi?id=222576
+            <rdar://problem/74590803>
+            Reviewed by Brent Fulgham.
+
+            It appears a recent change has unintentionally enabled WebInspectorUI on Apple Win. Address this by explicitly disabling it.
+
+            * Source/cmake/OptionsAppleWin.cmake:
+
 2021-01-11  Xabier Rodriguez Calvar  <calva...@igalia.com>
 
         [GStreamer] Add support to build with native audio and video

Modified: branches/safari-611.1.21.1-branch/Source/cmake/OptionsAppleWin.cmake (273829 => 273830)


--- branches/safari-611.1.21.1-branch/Source/cmake/OptionsAppleWin.cmake	2021-03-03 19:42:23 UTC (rev 273829)
+++ branches/safari-611.1.21.1-branch/Source/cmake/OptionsAppleWin.cmake	2021-03-03 20:18:56 UTC (rev 273830)
@@ -25,6 +25,7 @@
 include(OptionsWin)
 
 set(ENABLE_WEBCORE ON)
+set(ENABLE_WEBINSPECTORUI OFF)
 
 SET_AND_EXPOSE_TO_BUILD(USE_CF ON)
 SET_AND_EXPOSE_TO_BUILD(USE_CFURLCONNECTION ON)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to