[Webkit-unassigned] [Bug 155584] Data URL DecodeTask may get deleted outside main thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 23:46:34 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155584

--- Comment #11 from Darin Adler <darin at apple.com> ---
Comment on attachment 274383
  --> https://bugs.webkit.org/attachment.cgi?id=274383
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=274383&action=review

> Source/WebCore/platform/network/DataURLDecoder.cpp:89
> +        m_decodeTask = nullptr;

I think this needs a comment, explaining that we do this so the destruction of m_decodeTask is done on the main thread.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160318/00b3165c/attachment.html>


More information about the webkit-unassigned mailing list