Bug 33919

Summary: Intermittent crash when media element is adopted by another document
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch darin: review+

Description Eric Carlson 2010-01-20 14:23:36 PST
HTMLMediaElement registers with the document for activation and media volume change callbacks, so when it is moved to a new document it must unregister with the old document and reregister with the new document.
Comment 1 Eric Carlson 2010-01-20 14:39:10 PST
<rdar://problem/7557527>
Comment 2 Eric Carlson 2010-01-20 14:41:47 PST
Created attachment 47063 [details]
Proposed patch
Comment 3 Eric Carlson 2010-01-21 09:47:14 PST
trac.webkit.org/changeset/53629