[webkit-reviews] review requested: [Bug 223246] Protect DOMFileSystem when hopping to a background thread : [Attachment 423317] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 07:29:02 PDT 2021


youenn fablet <youennf at gmail.com> has asked  for review:
Bug 223246: Protect DOMFileSystem when hopping to a background thread
https://bugs.webkit.org/show_bug.cgi?id=223246

Attachment 423317: Patch

https://bugs.webkit.org/attachment.cgi?id=423317&action=review




--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 423317
  --> https://bugs.webkit.org/attachment.cgi?id=423317
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.


More information about the webkit-reviews mailing list