[Webkit-unassigned] [Bug 153210] ASSERTION FAILED: !m_mainFrame->coreFrame()->loader().frameHasLoaded() || !m_pendingNavigationID when reloading page while a page is loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 08:41:02 PST 2018


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

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Alex Christensen from comment #5)
> Comment on attachment 334612 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=334612&action=review
> 
> > Source/WebKit/WebProcess/WebPage/WebPage.cpp:1377
> > +    if (m_pendingNavigationID) {
> 
> We just set m_pendingNavigationID 3 lines earlier.  Does beginLoad or
> reloadFrame cause it to be changed?

It's expected to be reset by FrameLoader::reload() when the document loader is created, but that's not happening because of the early return.

-- 
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/20180301/96131ffc/attachment.html>


More information about the webkit-unassigned mailing list