Bug 536097 - Copy endTag flag when copying HTML5 tokenizer state. rs=sicking.

This commit is contained in:
Henri Sivonen
2010-03-12 12:27:15 +02:00
parent a86d49d332
commit 7fc56a9cfd
2 changed files with 6 additions and 0 deletions

View File

@@ -1782,6 +1782,10 @@ nsHtml5TreeBuilder::startTag(nsHtml5ElementName* elementName, nsHtml5HtmlAttribu
}
}
}
case NS_HTML5TREE_BUILDER_TEXT: {
goto starttagloop_end;
}
}
}
}