Bug 125106

Summary: Add CachedPage null checks
Product: WebKit Reporter: Brady Eidson <beidson>
Component: Page LoadingAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 sam: review+

Description Brady Eidson 2013-12-02 14:44:40 PST
Add CachedPage null checks

Some of PageCache.cpp null checks the CachedPage of the HistoryItems it manipulates...  but some places don't.

They all should.
Comment 1 Brady Eidson 2013-12-02 14:48:22 PST
Created attachment 218218 [details]
Patch v1
Comment 2 Brady Eidson 2013-12-02 14:53:32 PST
http://trac.webkit.org/changeset/159970