| Index: Source/core/inspector/InspectorHistory.cpp | 
| diff --git a/Source/core/inspector/InspectorHistory.cpp b/Source/core/inspector/InspectorHistory.cpp | 
| index 2ce80914ad977caa36b102109bc38fbc0b8744c2..9282e0f1b670ac4c9d7e797cda06de28f8a12aee 100644 | 
| --- a/Source/core/inspector/InspectorHistory.cpp | 
| +++ b/Source/core/inspector/InspectorHistory.cpp | 
| @@ -102,7 +102,7 @@ bool InspectorHistory::perform(PassOwnPtr<Action> action, ExceptionState& es) | 
|  | 
| void InspectorHistory::markUndoableState() | 
| { | 
| -    perform(adoptPtr(new UndoableStateMark()), IGNORE_EXCEPTION_STATE); | 
| +    perform(adoptPtr(new UndoableStateMark()), IGNORE_EXCEPTION); | 
| } | 
|  | 
| bool InspectorHistory::undo(ExceptionState& es) | 
|  |