| 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();
|
| }
|
|
|
|
|