| Index: third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMEditor.cpp b/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| index a364a38500261cfcc2adbcfb058f118f8054cbf2..7a9a3f3a2f2d2541819c028b8f71c4d6059f095d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| @@ -355,7 +355,7 @@ class DOMEditor::SetNodeValueAction final : public InspectorHistory::Action {
|
|
|
| bool perform(ExceptionState&) override {
|
| m_oldValue = m_node->nodeValue();
|
| - return redo(IGNORE_EXCEPTION);
|
| + return redo(IGNORE_EXCEPTION_FOR_TESTING);
|
| }
|
|
|
| bool undo(ExceptionState&) override {
|
|
|