Backout bug 1377447 for more test failures on a CLOSED TREE

This commit is contained in:
Ehsan Akhgari
2017-07-04 17:01:20 -04:00
parent 76ad1dfdde
commit adf093961c
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);
}