Bug 524447 - Make the HTML5 parser tokenize on document.close(). (Spec svn r4241.) r=bnewman.

This commit is contained in:
Henri Sivonen
2009-10-27 09:44:17 +02:00
parent 42c2ae50fe
commit 23762b84db
3 changed files with 20 additions and 12 deletions

View File

@@ -323,9 +323,9 @@ class nsHtml5Parser : public nsIParser,
private:
/**
* Parse until pending data is exhausted or a script end tag is seen
* Parse until pending data is exhausted or a script blocks the parser
*/
void ParseUntilScript();
void ParseUntilBlocked();
// State variables