Backed out changeset bd3edebd5f20 (bug 1377447) for failing its own test 1377447-1.html on Windows 7 and OS X. r=backout

This commit is contained in:
Sebastian Hengst
2017-07-04 18:18:30 +02:00
parent 9b46addacd
commit bd853b8c4a
10 changed files with 8 additions and 25 deletions

View File

@@ -1068,7 +1068,7 @@ HTMLContentSink::FlushPendingNotifications(FlushType aType)
FlushTags();
}
}
if (aType >= FlushType::EnsurePresShellInitAndFrames) {
if (aType >= FlushType::InterruptibleLayout) {
// Make sure that layout has started so that the reflow flush
// will actually happen.
StartLayout(true);