[Webkit-unassigned] [Bug 50331] ASSERT failing restoring scroll position from HistoryItem after reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 02:53:44 PST 2011


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





--- Comment #16 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-01-25 02:53:43 PST ---
(From update of attachment 77812)
View in context: https://bugs.webkit.org/attachment.cgi?id=77812&action=review

> WebCore/loader/HistoryController.cpp:-104
> -    

this seems like the wrong direction to go.  you have identified a case
where we can get a null m_currentItem.  perhaps we should instead try
to fix that case to not have a null m_currentItem?

i think it needlessly complicates HistoryController to have to support
a null m_currentItem as we sort of do today.

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



More information about the webkit-unassigned mailing list