Bug 75225

Summary: Fix a crash in WebProcess when starting a download not initiated by a WebPage
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch to fix the crash darin: review+

Description Carlos Garcia Campos 2011-12-26 04:13:56 PST
This crash was introduced in r101607, the patch assumes initiatingPage can't be NULL.
Comment 1 Carlos Garcia Campos 2011-12-26 04:16:01 PST
Created attachment 120548 [details]
Patch to fix the crash
Comment 2 Carlos Garcia Campos 2011-12-26 07:58:30 PST
Committed r103686: <http://trac.webkit.org/changeset/103686>