Fix the default case in the "after after frameset" phase

This commit is contained in:
iska
2015-04-09 21:24:14 +02:00
parent 34e88898f2
commit 27375e3a47
-2
View File
@@ -2329,8 +2329,6 @@
}
[self emitParseError:@"Unexpected Token after after <frameset>"];
[self switchInsertionMode:HTMLInsertionModeInBody];
[self reprocessToken:token];
}
- (void)processTokenByApplyingRulesForParsingTokensInForeignContent:(HTMLToken *)token