mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 842166 - Block scripts during nsGfxScrollFrameInner::ReflowFinished(). r=ehsan
This commit is contained in:
parent
1e1b35a476
commit
0ffd47f47c
@ -3418,6 +3418,7 @@ nsGfxScrollFrameInner::FinishReflowForScrollbar(nsIContent* aContent,
|
||||
bool
|
||||
nsGfxScrollFrameInner::ReflowFinished()
|
||||
{
|
||||
nsAutoScriptBlocker scriptBlocker;
|
||||
mPostedReflowCallback = false;
|
||||
|
||||
ScrollToRestoredPosition();
|
||||
|
Loading…
Reference in New Issue
Block a user