Bug 524447 - Make the HTML5 parser tokenize on document.close(). (Spec svn r4241.) r=bnewman.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user