Index: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
index 0f40a21d140ababbd00ff3621c8c84600d489d6f..befe1de35b88e61c78188db54d125b3978562467 100644 |
--- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
+++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp |
@@ -1078,7 +1078,7 @@ void XMLDocumentParser::endElementNs() { |
if (!scriptingContentIsAllowed(getParserContentPolicy()) && |
n->isElementNode() && toScriptLoaderIfPossible(toElement(n))) { |
popCurrentNode(); |
- n->remove(IGNORE_EXCEPTION); |
+ n->remove(IGNORE_EXCEPTION_FOR_TESTING); |
return; |
} |