[Webkit-unassigned] [Bug 164220] NetworkSession: Network process crash when converting main resource to download

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 14:12:51 PST 2016


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #293992|review?                     |review+
              Flags|                            |

--- Comment #13 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 293992
  --> https://bugs.webkit.org/attachment.cgi?id=293992
New patch

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

> Source/WebKit2/NetworkProcess/NetworkLoad.h:134
> -    NetworkLoadClient& m_client;
> +    NetworkLoadClient* m_client;

This should be a std::reference_wrapper, which is reassignable but never null.

-- 
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/20161107/17c2710b/attachment.html>


More information about the webkit-unassigned mailing list