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

@@ -216,7 +216,7 @@ nsHtml5TreeOpExecutor::SetParser(nsParserBase* aParser)
void
nsHtml5TreeOpExecutor::FlushPendingNotifications(FlushType aType)
{
if (aType >= FlushType::EnsurePresShellInitAndFrames) {
if (aType >= FlushType::InterruptibleLayout) {
// Bug 577508 / 253951
nsContentSink::StartLayout(true);
}