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

@@ -697,7 +697,7 @@ public class Tokenizer implements Locator {
}
private void endTagExpectationToArray() {
switch (endTagExpectation.group) {
switch (endTagExpectation.getGroup()) {
case TreeBuilder.TITLE:
endTagExpectationAsArray = TITLE_ARR;
return;