Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp

Issue 2615953003: Rename IGNORE_EXCEPTION to IGNORE_EXCEPTION_FOR_TESTING (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698