Index: Source/core/xml/parser/XMLDocumentParser.cpp |
diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp |
index c019b984bbf1b2059a5cf92abe1fa12665a4c6e0..1f4a731bad788ac22e64d0e47b0198f57e3552d0 100644 |
--- a/Source/core/xml/parser/XMLDocumentParser.cpp |
+++ b/Source/core/xml/parser/XMLDocumentParser.cpp |
@@ -356,12 +356,6 @@ void XMLDocumentParser::append(PassRefPtr<StringImpl> inputSource) |
RefPtr<XMLDocumentParser> protect(this); |
doWrite(source.toString()); |
- |
- if (isStopped()) |
- return; |
- |
- if (document()->frame() && document()->frame()->script().canExecuteScripts(NotAboutToExecuteScript)) |
- ImageLoader::dispatchPendingBeforeLoadEvents(); |
} |
void XMLDocumentParser::handleError(XMLErrors::ErrorType type, const char* formattedMessage, TextPosition position) |