Bug 715103 - Move parser unblocking management from nsContentSink to nsScriptLoader. r=smaug.

This commit is contained in:
Henri Sivonen
2012-01-20 13:16:27 +02:00
parent cf0f43d635
commit 4e63e18f2a
15 changed files with 117 additions and 202 deletions

View File

@@ -197,6 +197,13 @@ NS_IMETHODIMP_(void)
nsHtml5Parser::UnblockParser()
{
mBlocked = false;
mExecutor->ContinueInterruptedParsingAsync();
}
NS_IMETHODIMP_(void)
nsHtml5Parser::ContinueInterruptedParsingAsync()
{
mExecutor->ContinueInterruptedParsingAsync();
}
NS_IMETHODIMP_(bool)