Bug 788549 Part 1: Throttled animations should not claim that their style rule is up to date r=dbaron, nrc

This commit is contained in:
David Zbarsky 2013-05-23 16:43:22 +08:00
Родитель c1b38b4219
Коммит fad226f92a
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -202,7 +202,6 @@ ElementAnimations::EnsureStyleRuleFor(TimeStamp aRefreshTime,
}
if (aIsThrottled) {
mStyleRuleRefreshTime = aRefreshTime;
return;
}