| Index: third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp b/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| index 29923f5328e46c1a12b5326c420714fe78020971..7e8d2830a315f794a1b9b51822d2f8b62c674d25 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| @@ -96,7 +96,7 @@ void InspectorHistory::appendPerformedAction(Action* action) {
|
| }
|
|
|
| void InspectorHistory::markUndoableState() {
|
| - perform(new UndoableStateMark(), IGNORE_EXCEPTION);
|
| + perform(new UndoableStateMark(), IGNORE_EXCEPTION_FOR_TESTING);
|
| }
|
|
|
| bool InspectorHistory::undo(ExceptionState& exceptionState) {
|
|
|