Bug 1216308 - Followup for incomplete fix. r=me

This commit is contained in:
Bobby Holley 2015-10-26 11:22:29 -07:00
Родитель 86c97bb3f4
Коммит 5e5b7d3713
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2268,7 +2268,7 @@ HTMLMediaElement::PlayInternal(bool aCallerIsChrome)
}
if (Preferences::GetBool("media.block-play-until-visible", false) &&
!nsContentUtils::IsCallerChrome() &&
!aCallerIsChrome &&
OwnerDoc()->Hidden()) {
LOG(LogLevel::Debug, ("%p Blocked playback because owner hidden.", this));
mPlayBlockedBecauseHidden = true;