Bug 33919 - Intermittent crash when media element is adopted by another document
Summary: Intermittent crash when media element is adopted by another document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-01-20 14:23 PST by Eric Carlson
Modified: 2010-01-23 23:01 PST (History)
0 users

See Also:


Attachments
Proposed patch (5.75 KB, patch)
2010-01-20 14:41 PST, Eric Carlson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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