summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebCore/html/HTMLDocumentParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLDocumentParser.cpp b/WebCore/html/HTMLDocumentParser.cpp
index 81a2974..ee1c8af 100644
--- a/WebCore/html/HTMLDocumentParser.cpp
+++ b/WebCore/html/HTMLDocumentParser.cpp
@@ -142,6 +142,7 @@ void HTMLDocumentParser::resumeParsingAfterYield()
// We should never be here unless we can pump immediately. Call pumpTokenizer()
// directly so that ASSERTS will fire if we're wrong.
pumpTokenizer(AllowYield);
+ endIfDelayed();
}
bool HTMLDocumentParser::runScriptsForPausedTreeBuilder()