Remove redundant switch-state call in the Tokenizer

This commit is contained in:
iska
2015-12-20 00:02:05 +01:00
parent 0a620d74b6
commit bf147a6bb6
-1
View File
@@ -1431,7 +1431,6 @@
return;
case LATIN_CAPITAL_LETTER_A ... LATIN_CAPITAL_LETTER_Z:
[self appendToCurrentAttributeName:StringFromUniChar(character + 0x0020)];
[self switchToState:HTMLTokenizerStateAttributeName];
return;
case NULL_CHAR:
[self emitParseError:@"NULL character (0x0000) in Attribute Name state"];