Bug 183135
Summary: | Drop ASSERT(parentProcessHasServiceWorkerEntitlement()) in StorageProcess::swServerForSession() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | Service Workers | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mitz, rniwa |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Dumez
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
*** Bug 183075 has been marked as a duplicate of this bug. ***
Chris Dumez
I meant to dupe the other way..
*** This bug has been marked as a duplicate of bug 183075 ***