RESOLVED FIXED 141441
Add assertion to help track down WebCore::DocumentLoader::stopLoadingForPolicyChange() crash
https://bugs.webkit.org/show_bug.cgi?id=141441
Summary Add assertion to help track down WebCore::DocumentLoader::stopLoadingForPolic...
Chris Dumez
Reported 2015-02-10 12:59:32 PST
Add assertions to help track down WebCore::DocumentLoader::stopLoadingForPolicyChange() crash. Radar: <rdar://problem/13811738>
Attachments
Patch (2.41 KB, patch)
2015-02-10 13:04 PST, Chris Dumez
ap: review+
Chris Dumez
Comment 1 2015-02-10 13:04:54 PST
Alexey Proskuryakov
Comment 2 2015-02-10 13:40:46 PST
Comment on attachment 246338 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=246338&action=review > Source/WebCore/ChangeLog:24 > + (WebCore::DocumentLoader::interruptedForPolicyChangeError): > + Make sure frameLoader() is not null before using it. How does this help? If it's null, we crash right away anyway.
Chris Dumez
Comment 3 2015-02-10 13:44:02 PST
Note You need to log in before you can comment on or make changes to this bug.