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

Unified Diff: third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.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/DeleteFromTextNodeCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
index c95abbf2fdb51b1a0e61a765e2930145fdb92d57..ea635bb24f29e4c9e9816e364abf44f9fb3e8ebc 100644
--- a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
@@ -65,7 +65,7 @@ void DeleteFromTextNodeCommand::doUnapply() {
if (!hasEditableStyle(*m_node))
return;
- m_node->insertData(m_offset, m_text, IGNORE_EXCEPTION);
+ m_node->insertData(m_offset, m_text, IGNORE_EXCEPTION_FOR_TESTING);
m_node->document().updateStyleAndLayout();
}

Powered by Google App Engine
This is Rietveld 408576698