This is not used in SPI clients; and we have _indexedDBDatabaseDirectory in _WKWebsiteDataStoreConfiguration.
Created attachment 455993 [details] Patch
Comment on attachment 455993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455993&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStorePrivate.h:-60 > -@property (nonatomic, readonly) NSURL *_indexedDBDatabaseDirectory WK_API_DEPRECATED_WITH_REPLACEMENT("_WKWebsiteDataStoreConfiguration._indexedDBDatabaseDirectory", macos(10.11, 11.0), ios(9.0, 14.0)); Can we also remove from WKWebsiteDataStore.mm?
Comment on attachment 455993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455993&action=review >> Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStorePrivate.h:-60 >> -@property (nonatomic, readonly) NSURL *_indexedDBDatabaseDirectory WK_API_DEPRECATED_WITH_REPLACEMENT("_WKWebsiteDataStoreConfiguration._indexedDBDatabaseDirectory", macos(10.11, 11.0), ios(9.0, 14.0)); > > Can we also remove from WKWebsiteDataStore.mm? Sure.
Created attachment 456155 [details] Patch for landing
Committed r292126 (249036@main): <https://commits.webkit.org/249036@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456155 [details].
<rdar://problem/91072951>