| Index: third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index 28f0f58921bc3cc81f3c803af90c4dc1c377a42e..d04054cf3705a73a01803bb9872b750bc492a4d2 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -153,9 +153,10 @@ bool XSLStyleSheet::parseString(const String& source) {
|
| xmlDictReference(ctxt->dict);
|
| }
|
|
|
| - m_stylesheetDoc = xmlCtxtReadMemory(
|
| - ctxt, input.data(), input.size(), finalURL().getString().utf8().data(),
|
| - input.encoding(), XML_PARSE_NOENT | XML_PARSE_DTDATTR |
|
| + m_stylesheetDoc =
|
| + xmlCtxtReadMemory(ctxt, input.data(), input.size(),
|
| + finalURL().getString().utf8().data(), input.encoding(),
|
| + XML_PARSE_NOENT | XML_PARSE_DTDATTR |
|
| XML_PARSE_NOWARNING | XML_PARSE_NOCDATA);
|
|
|
| xmlFreeParserCtxt(ctxt);
|
|
|