Backed out changeset bd757c7d0bad (bug 1242874)

This commit is contained in:
Carsten "Tomcat" Book
2016-04-28 13:59:01 +02:00
parent e7e4006f47
commit 55716aae6f
7 changed files with 1 additions and 500 deletions

View File

@@ -5586,12 +5586,6 @@ HTMLMediaElement::ComputedMuted() const
return (mMuted & MUTED_BY_AUDIO_CHANNEL);
}
nsSuspendedTypes
HTMLMediaElement::ComputedSuspended() const
{
return mAudioChannelSuspended;
}
bool
HTMLMediaElement::IsCurrentlyPlaying() const
{