Bug 1289649 - HTMLMediaElement should clear mDecoder when XPCOM shutdown begins. r=gerald
MozReview-Commit-ID: A3ECReCgiD7
This commit is contained in:
@@ -2605,6 +2605,12 @@ void HTMLMediaElement::SetPlayedOrSeeked(bool aValue)
|
||||
NS_FRAME_IS_DIRTY);
|
||||
}
|
||||
|
||||
void
|
||||
HTMLMediaElement::NotifyXPCOMShutdown()
|
||||
{
|
||||
ShutdownDecoder();
|
||||
}
|
||||
|
||||
void
|
||||
HTMLMediaElement::ResetConnectionState()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user