[webkit-changes] [WebKit/WebKit] 193d00: REGRESSION (256119 at main, 256136 at main): The News ap...
Wenson Hsieh
noreply at github.com
Tue Nov 1 11:18:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 193d0064ca5b75b0fdb95ebf9722510c05bf0095
https://github.com/WebKit/WebKit/commit/193d0064ca5b75b0fdb95ebf9722510c05bf0095
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm
Log Message:
-----------
REGRESSION (256119 at main, 256136 at main): The News app crashes on launch
https://bugs.webkit.org/show_bug.cgi?id=247321
rdar://101784403
Reviewed by J Pascoe and Tim Horton.
In Catalyst, the value of `crossSiteTrackingPreventionDisabledDomains` ends up being uninitialized
when we try to retain it. Fix this by initializing it to `nil`.
* Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm:
(WebKit::WebsiteDataStore::initializeManagedDomains):
Canonical link: https://commits.webkit.org/256190@main
More information about the webkit-changes
mailing list