From 27375e3a47c3157c26727213ed488b124ff1be83 Mon Sep 17 00:00:00 2001 From: iska Date: Thu, 9 Apr 2015 21:24:14 +0200 Subject: [PATCH] Fix the default case in the "after after frameset" phase --- HTMLKit/HTMLParser.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/HTMLKit/HTMLParser.m b/HTMLKit/HTMLParser.m index 2dd9260..1fa62dc 100644 --- a/HTMLKit/HTMLParser.m +++ b/HTMLKit/HTMLParser.m @@ -2329,8 +2329,6 @@ } [self emitParseError:@"Unexpected Token after after "]; - [self switchInsertionMode:HTMLInsertionModeInBody]; - [self reprocessToken:token]; } - (void)processTokenByApplyingRulesForParsingTokensInForeignContent:(HTMLToken *)token