Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky
MozReview-Commit-ID: D3fIngSHSsl
This commit is contained in:
@@ -207,9 +207,9 @@ nsHtml5TreeOpExecutor::SetParser(nsParserBase* aParser)
|
||||
}
|
||||
|
||||
void
|
||||
nsHtml5TreeOpExecutor::FlushPendingNotifications(mozFlushType aType)
|
||||
nsHtml5TreeOpExecutor::FlushPendingNotifications(FlushType aType)
|
||||
{
|
||||
if (aType >= Flush_InterruptibleLayout) {
|
||||
if (aType >= FlushType::InterruptibleLayout) {
|
||||
// Bug 577508 / 253951
|
||||
nsContentSink::StartLayout(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user