Bug 913247 followup: Remove superfluous call to imagesToRefresh.Clear(). rs=bz

This commit is contained in:
Daniel Holbert 2013-09-06 10:57:40 -07:00
parent 0f4ca5e101
commit 0ea468eaff

View File

@ -1168,7 +1168,6 @@ nsRefreshDriver::Tick(int64_t aNowEpoch, TimeStamp aNowTime)
for (uint32_t i = 0; i < imagesToRefresh.Length(); i++) {
imagesToRefresh[i]->RequestRefresh(aNowTime);
}
imagesToRefresh.Clear();
}
for (uint32_t i = 0; i < mPresShellsToInvalidateIfHidden.Length(); i++) {