Title: [279865] trunk/Source/WebKit
Revision
279865
Author
mmaxfi...@apple.com
Date
2021-07-13 00:12:03 -0700 (Tue, 13 Jul 2021)

Log Message

Fix the Apple Internal iOS build

Unreviewed.

* WebProcess/cocoa/WebProcessCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (279864 => 279865)


--- trunk/Source/WebKit/ChangeLog	2021-07-13 04:39:26 UTC (rev 279864)
+++ trunk/Source/WebKit/ChangeLog	2021-07-13 07:12:03 UTC (rev 279865)
@@ -1,3 +1,11 @@
+2021-07-13  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Fix the Apple Internal iOS build
+
+        Unreviewed.
+
+        * WebProcess/cocoa/WebProcessCocoa.mm:
+
 2021-07-12  Tim Horton  <timothy_hor...@apple.com>
 
         Make WebKit's UserInterfaceIdiom operate in terms of the exceptions, not the rule

Modified: trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm (279864 => 279865)


--- trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm	2021-07-13 04:39:26 UTC (rev 279864)
+++ trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm	2021-07-13 07:12:03 UTC (rev 279865)
@@ -1167,7 +1167,7 @@
 }
 #endif
 
-#if PLATFORM(IOS_FAMILY)
+#if !(HAVE(UPDATE_WEB_ACCESSIBILITY_SETTINGS) && ENABLE(CFPREFS_DIRECT_MODE)) && PLATFORM(IOS_FAMILY)
 static const WTF::String& increaseContrastPreferenceKey()
 {
     static NeverDestroyed<WTF::String> key(MAKE_STATIC_STRING_IMPL("DarkenSystemColors"));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to