Bug 223246 - Protect DOMFileSystem when hopping to a background thread
Summary: Protect DOMFileSystem when hopping to a background thread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-16 01:33 PDT by youenn fablet
Modified: 2021-03-16 09:22 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.82 KB, patch)
2021-03-16 04:05 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2021-03-16 01:33:35 PDT
Protect DOMFileSystem when hopping to a background thread
Comment 1 youenn fablet 2021-03-16 04:05:17 PDT
Created attachment 423317 [details]
Patch
Comment 2 youenn fablet 2021-03-16 07:29:02 PDT
Comment on attachment 423317 [details]
Patch

AIUI, this is not strictly needed as the caller of these methods makes sure to ref DOMFileSystem in our code path. It seems safer to ref it anyway.
Comment 3 EWS 2021-03-16 09:21:07 PDT
Committed r274482: <https://commits.webkit.org/r274482>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 423317 [details].
Comment 4 Radar WebKit Bug Importer 2021-03-16 09:22:15 PDT
<rdar://problem/75479783>