[Webkit-unassigned] [Bug 137552] New: MediaPlayer should use a reference for the MediaPlayerClient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 9 01:17:37 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137552
Summary: MediaPlayer should use a reference for the
MediaPlayerClient
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cgarcia at igalia.com
It's currently a pointer that is checked almost everywhere before being used, and assumed to be non-null in a few places too. The client is set on constructor by HTMLMediaElement and cleared on HTMLMediaElement destructor that also frees the media player object. So, the client will never be null while the MediaPlayer player is alive.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list