Title: [243251] trunk/Source/WebKit
- Revision
- 243251
- Author
- [email protected]
- Date
- 2019-03-20 16:03:14 -0700 (Wed, 20 Mar 2019)
Log Message
Update checks that determine if WebKit is system WebKit
https://bugs.webkit.org/show_bug.cgi?id=195756
Unreviewed build fix after r243230.
* Shared/mac/AuxiliaryProcessMac.mm:
(WebKit::AuxiliaryProcess::isSystemWebKit):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (243250 => 243251)
--- trunk/Source/WebKit/ChangeLog 2019-03-20 22:59:38 UTC (rev 243250)
+++ trunk/Source/WebKit/ChangeLog 2019-03-20 23:03:14 UTC (rev 243251)
@@ -1,3 +1,13 @@
+2019-03-20 Keith Rollin <[email protected]>
+
+ Update checks that determine if WebKit is system WebKit
+ https://bugs.webkit.org/show_bug.cgi?id=195756
+
+ Unreviewed build fix after r243230.
+
+ * Shared/mac/AuxiliaryProcessMac.mm:
+ (WebKit::AuxiliaryProcess::isSystemWebKit):
+
2019-03-20 Simon Fraser <[email protected]>
[iOS WK2] Turn on async overflow scrolling by default
Modified: trunk/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm (243250 => 243251)
--- trunk/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm 2019-03-20 22:59:38 UTC (rev 243250)
+++ trunk/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm 2019-03-20 23:03:14 UTC (rev 243251)
@@ -721,7 +721,7 @@
static bool isSystemWebKit = [] {
#if HAVE(ALTERNATE_SYSTEM_LAYOUT)
if ([[webKit2Bundle() bundlePath] hasPrefix:@"/Library/Apple/System/"])
- return true;
+ return YES;
#endif
return [[webKit2Bundle() bundlePath] hasPrefix:@"/System/"];
}();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes