Fix bustage from bug 822721.

This commit is contained in:
L. David Baron 2013-01-08 20:53:16 -08:00
parent 6200a3ff50
commit 8555193fdf

View File

@ -435,8 +435,10 @@ nsTransitionManager::UpdateAllThrottledStyles()
}
}
OverflowChangedTracker tracker;
mPresContext->PresShell()->FrameConstructor()->
ProcessRestyledFrames(changeList);
ProcessRestyledFrames(changeList, tracker);
tracker.Flush();
}
already_AddRefed<nsIStyleRule>