Bug 715103 - Move parser unblocking management from nsContentSink to nsScriptLoader. r=smaug.
This commit is contained in:
@@ -197,6 +197,13 @@ NS_IMETHODIMP_(void)
|
||||
nsHtml5Parser::UnblockParser()
|
||||
{
|
||||
mBlocked = false;
|
||||
mExecutor->ContinueInterruptedParsingAsync();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(void)
|
||||
nsHtml5Parser::ContinueInterruptedParsingAsync()
|
||||
{
|
||||
mExecutor->ContinueInterruptedParsingAsync();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(bool)
|
||||
|
||||
Reference in New Issue
Block a user