| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index ba3ccf584a192e6c7ff998d02bdac02e53841151..8ed8307aa3f33f9ab87f3c1c04a7d3fc444866af 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -1434,7 +1434,6 @@ void XMLDocumentParser::initializeParserContext(const CString& chunk)
|
| sax.ignorableWhitespace = ignorableWhitespaceHandler;
|
| sax.entityDecl = xmlSAX2EntityDecl;
|
| sax.initialized = XML_SAX2_MAGIC;
|
| - DocumentParser::startParsing();
|
| m_sawError = false;
|
| m_sawCSS = false;
|
| m_sawXSLTransform = false;
|
|
|