Backed out changeset 9c8f83fb5930 (bug 1190093) for Gij(11) bustage on a CLOSED TREE

This commit is contained in:
Nigel Babu 2015-11-19 17:48:09 +05:30
Родитель 70ccd9bdd2
Коммит ec972087c8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3716,8 +3716,8 @@ nsIDocument::ShouldThrottleFrameRequests()
return false;
}
if (Hidden()) {
// We're not visible (probably in a background tab or the bf cache).
if (!mIsShowing) {
// We're not showing (probably in a background tab or the bf cache).
return true;
}