Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use fileURLWithPath instead of URLWithString in WebsiteDataStore::exc…
…ludeDirectoryFromBackup https://bugs.webkit.org/show_bug.cgi?id=234582 rdar://86787798 Reviewed by Simon Fraser. URLWithString may return nil while fileURLWithPath does not; and fileURLWithPath adds file:// to path correctly. * UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm: (WebKit::WebsiteDataStore::excludeDirectoryFromBackup): Canonical link: https://commits.webkit.org/245486@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287344 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information