Bug 183135 - Drop ASSERT(parentProcessHasServiceWorkerEntitlement()) in StorageProcess::swServerForSession()
Summary: Drop ASSERT(parentProcessHasServiceWorkerEntitlement()) in StorageProcess::sw...
Status: RESOLVED DUPLICATE of bug 183075
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-26 10:43 PST by Chris Dumez
Modified: 2018-02-26 11:34 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2018-02-26 10:43:42 PST
Drop ASSERT(parentProcessHasServiceWorkerEntitlement()) in StorageProcess::swServerForSession(). This assertion is not correct in the current state of things as any app using WKWebsiteDataStore API to fetch or remove data will hit this code path, weither they have service workers enabled or not.
Comment 1 Chris Dumez 2018-02-26 10:44:40 PST
*** Bug 183075 has been marked as a duplicate of this bug. ***
Comment 2 Chris Dumez 2018-02-26 11:34:40 PST
I meant to dupe the other way..

*** This bug has been marked as a duplicate of bug 183075 ***