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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user