| Index: third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/DOMParser.cpp b/third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| index 1ed6d4fdfed2e89cf36fa7aebe04b62849ce735a..3d61daaac87c2d4dff701a55c6597d509297811f 100644
|
| --- a/third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| @@ -27,6 +27,7 @@ Document* DOMParser::parseFromString(const String& str, const String& type)
|
| {
|
| Document* doc = DOMImplementation::createDocument(type, DocumentInit(KURL(), nullptr, m_contextDocument), false);
|
| doc->setContent(str);
|
| + doc->setSecurityOrigin(m_contextDocument->getSecurityOrigin());
|
| return doc;
|
| }
|
|
|
|
|