Bug 98830

Summary: [BlackBerry] NetworkJob missing m_frame checks
Product: WebKit Reporter: Joe Mason <joenotcharles>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, rwlbuis, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
fix none

Description Joe Mason 2012-10-09 15:46:20 PDT
m_frame can be null, and m_frame->page() can return null. There are a few places in NetworkJob that don't check for this.
Comment 1 Joe Mason 2012-10-09 15:50:13 PDT
Created attachment 167868 [details]
fix
Comment 2 WebKit Review Bot 2012-10-09 18:23:07 PDT
Comment on attachment 167868 [details]
fix

Clearing flags on attachment: 167868

Committed r130834: <http://trac.webkit.org/changeset/130834>
Comment 3 WebKit Review Bot 2012-10-09 18:23:09 PDT
All reviewed patches have been landed.  Closing bug.