Bug 54059

Summary: Crash when going back/forward when back/forward list is in a bad state.
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: New BugsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch mrowe: review+

Description Maciej Stachowiak 2011-02-08 21:18:20 PST
Crash when going back/forward when back/forward list is in a bad state.
Comment 1 Maciej Stachowiak 2011-02-08 21:20:38 PST
Created attachment 81742 [details]
Patch
Comment 2 Mark Rowe (bdash) 2011-02-08 21:26:11 PST
Comment on attachment 81742 [details]
Patch

Local variables for m_backForwardList->forwardItem() and m_backForwardList->backItem() could make this clearer since each of those is called four times within the function.
Comment 3 Maciej Stachowiak 2011-02-08 21:36:29 PST
Created attachment 81743 [details]
Patch
Comment 4 Maciej Stachowiak 2011-02-08 21:40:20 PST
Committed r78015: <http://trac.webkit.org/changeset/78015>