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