[Webkit-unassigned] [Bug 16952] Reproducible assertion failure in FrameLoader::restoreScrollPositionAndViewState() (m_currentHistoryItem)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 21:45:48 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16952





------- Comment #3 from mrowe at apple.com  2008-01-20 21:45 PDT -------
Just looked at the code:

    ASSERT(m_currentHistoryItem);

    // FIXME: As the ASSERT attests, it seems we should always have a
currentItem here.
    // One counterexample is <rdar://problem/4917290>
    // For now, to cover this issue in release builds, there is no technical
harm to returning
    // early and from a user standpoint - as in the above radar - the previous
page load failed 
    // so there *is* no scroll or view state to restore!
    if (!m_currentHistoryItem)
        return;


In a release build this would seem to be harmless.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list