Title: [273860] branches/safari-612.1.5-branch
Revision
273860
Author
alanc...@apple.com
Date
2021-03-03 17:00:42 -0800 (Wed, 03 Mar 2021)

Log Message

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

    [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-612.1.5-branch/ChangeLog (273859 => 273860)


--- branches/safari-612.1.5-branch/ChangeLog	2021-03-04 00:49:31 UTC (rev 273859)
+++ branches/safari-612.1.5-branch/ChangeLog	2021-03-04 01:00:42 UTC (rev 273860)
@@ -1,3 +1,30 @@
+2021-03-03  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r273699. rdar://problem/75009467
+
+    [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-02-18  Martin Robinson  <mrobin...@igalia.com>
 
         [GTK][WPE] Implement support for CSS Scroll Snap

Modified: branches/safari-612.1.5-branch/Source/cmake/OptionsAppleWin.cmake (273859 => 273860)


--- branches/safari-612.1.5-branch/Source/cmake/OptionsAppleWin.cmake	2021-03-04 00:49:31 UTC (rev 273859)
+++ branches/safari-612.1.5-branch/Source/cmake/OptionsAppleWin.cmake	2021-03-04 01:00:42 UTC (rev 273860)
@@ -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