Backed out changeset 97e9ac5785f5 (bug 1213154) for bc7 test failures

This commit is contained in:
Carsten "Tomcat" Book
2015-10-16 12:03:40 +02:00
parent d4b27b4ad1
commit ce4c6aef12

View File

@@ -4727,12 +4727,6 @@ HTMLMediaElement::IsPlayingThroughTheAudioChannel() const
return false;
}
// We should consider any bfcached page or inactive document/channel as
// non-playing.
if (mPausedForInactiveDocumentOrChannel) {
return false;
}
// A loop always is playing
if (HasAttr(kNameSpaceID_None, nsGkAtoms::loop)) {
return true;