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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 00:10:12 PST 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #2 from mrowe at apple.com  2009-03-06 00:10 PDT -------
The header for BackForwardList contains the following:

#if PLATFORM(CHROMIUM)
    // Must be called before any other methods. 
    void setClient(BackForwardListClient* client) { m_client = client; }
#endif

This implies that your code is using this class incorrectly.  Of course, it may
be that the existing design of the class is not ideal and it should be changed,
but if that is the case the comment is no longer correct.


-- 
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