Bug 612529 part 1 - Pack the dispatch group and the flags of an element into one 32-bit bitfield. r=jonas, a=blocking2.0-betaN.

This commit is contained in:
Henri Sivonen
2010-12-09 11:27:57 +02:00
parent 0235456254
commit b40e883623
11 changed files with 1057 additions and 1008 deletions

View File

@@ -142,7 +142,7 @@ nsHtml5Tokenizer::setStateAndEndTagExpectation(PRInt32 specialTokenizerState, ns
void
nsHtml5Tokenizer::endTagExpectationToArray()
{
switch(endTagExpectation->group) {
switch(endTagExpectation->getGroup()) {
case NS_HTML5TREE_BUILDER_TITLE: {
endTagExpectationAsArray = TITLE_ARR;
return;