[Webkit-unassigned] [Bug 182532] REGRESSION(r227758): Webpage fails to load due to crash in com.apple.WebKit: WebKit::WebFrameLoaderClient::dispatchDecidePolicyForResponse + 267

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 09:19:36 PST 2018


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 333169
  --> https://bugs.webkit.org/attachment.cgi?id=333169
patch

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

> Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:749
>      if (!coreFrame)

Couldn't we move those null checks *betore* setting up the policy listener on the WebFrame earlier? This way, we can keep using the function as is, and we do not unnecessarily set up a policy listener.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180206/3e8ed568/attachment.html>


More information about the webkit-unassigned mailing list