mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage from bug 822721.
This commit is contained in:
parent
6200a3ff50
commit
8555193fdf
@ -435,8 +435,10 @@ nsTransitionManager::UpdateAllThrottledStyles()
|
||||
}
|
||||
}
|
||||
|
||||
OverflowChangedTracker tracker;
|
||||
mPresContext->PresShell()->FrameConstructor()->
|
||||
ProcessRestyledFrames(changeList);
|
||||
ProcessRestyledFrames(changeList, tracker);
|
||||
tracker.Flush();
|
||||
}
|
||||
|
||||
already_AddRefed<nsIStyleRule>
|
||||
|
Loading…
Reference in New Issue
Block a user