Bug 842166 - Block scripts during nsGfxScrollFrameInner::ReflowFinished(). r=ehsan

This commit is contained in:
Mats Palmgren 2013-03-23 00:08:59 +01:00
parent 1e1b35a476
commit 0ffd47f47c

View File

@ -3418,6 +3418,7 @@ nsGfxScrollFrameInner::FinishReflowForScrollbar(nsIContent* aContent,
bool
nsGfxScrollFrameInner::ReflowFinished()
{
nsAutoScriptBlocker scriptBlocker;
mPostedReflowCallback = false;
ScrollToRestoredPosition();