Bug 33813

Summary: Crash when using DOMApplicationCache from a destroyed frame
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 33811    
Bug Blocks:    
Attachments:
Description Flags
proposed fix ggaren: review+

Alexey Proskuryakov
Reported 2010-01-18 14:26:27 PST
DOMApplicationCache::scriptExecutionContext() isn't prepared have its frame destroyed. <rdar://problem/7545104>
Attachments
proposed fix (4.22 KB, patch)
2010-01-18 14:39 PST, Alexey Proskuryakov
ggaren: review+
Alexey Proskuryakov
Comment 1 2010-01-18 14:39:27 PST
Created attachment 46852 [details] proposed fix
Geoffrey Garen
Comment 2 2010-01-18 14:45:35 PST
Comment on attachment 46852 [details] proposed fix r=me I think you need a follow-up patch to fix callers of scriptExecutionContext() so they all check for null, though.
Alexey Proskuryakov
Comment 3 2010-01-18 14:52:16 PST
Note You need to log in before you can comment on or make changes to this bug.