[Webkit-unassigned] [Bug 24398] BackForwardList doesn't initialize m_client, which causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 9 12:48:25 PDT 2009


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





------- Comment #3 from maruel at chromium.org  2009-03-09 12:48 PDT -------
What is happening in that particular case is that SVGImage::dataChanged()
creates a new dummy Page() which doesn't have any back-forward logic. I think
null-initializing is fine in this case since ~Page() always calls
m_backForwardList->close(). I can update the comment in BackForwardList.h for
BackForwardListClient::setClient() to
    // Must be called before any other methods except close().


-- 
Configure bugmail: https://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