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

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp

Issue 2615953003: Rename IGNORE_EXCEPTION to IGNORE_EXCEPTION_FOR_TESTING (Closed)
Patch Set: 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/editing/commands/EditorCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
index ec11b15b17d4296270caea2dca963c93b481dae6..22ef3baff82b4212231d2b6a84e03cdf45e9c3cb 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
@@ -764,7 +764,7 @@ static bool executeFormatBlock(LocalFrame& frame,
AtomicString localName, prefix;
if (!Document::parseQualifiedName(AtomicString(tagName), prefix, localName,
- IGNORE_EXCEPTION))
+ IGNORE_EXCEPTION_FOR_TESTING))
return false;
QualifiedName qualifiedTagName(prefix, localName, xhtmlNamespaceURI);

Powered by Google App Engine
This is Rietveld 408576698