| Index: third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHistory.h b/third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| index 78d02ed9be6bccaa5921932cacc302d0eb9a6649..ab9a56844a38d8bc50d5a4b6642e33372b2e025f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| @@ -71,6 +71,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| bool perform(PassRefPtrWillBeRawPtr<Action>, ExceptionState&);
|
| + void appendPerformedAction(PassRefPtrWillBeRawPtr<Action>);
|
| void markUndoableState();
|
|
|
| bool undo(ExceptionState&);
|
|
|