[webkit-reviews] review granted: [Bug 187360] Fix iOS crash when starting loads with no active DocumentLoader : [Attachment 372294] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 17 17:09:34 PDT 2019


Geoffrey Garen <ggaren at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 187360: Fix iOS crash when starting loads with no active DocumentLoader
https://bugs.webkit.org/show_bug.cgi?id=187360

Attachment 372294: Patch

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




--- Comment #8 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 372294
  --> https://bugs.webkit.org/attachment.cgi?id=372294
Patch

r=me

Side note: should we really call cancel() here? cancel() seems to dereference
m_documentLoader, so we might just move the crash point.


More information about the webkit-reviews mailing list