| Index: Source/core/inspector/InspectorHistory.cpp
|
| diff --git a/Source/core/inspector/InspectorHistory.cpp b/Source/core/inspector/InspectorHistory.cpp
|
| index 9282e0f1b670ac4c9d7e797cda06de28f8a12aee..1c814e5c6ed8a48acbaf61f33cb467726afe3930 100644
|
| --- a/Source/core/inspector/InspectorHistory.cpp
|
| +++ b/Source/core/inspector/InspectorHistory.cpp
|
| @@ -83,8 +83,6 @@ void InspectorHistory::Action::merge(PassOwnPtr<Action>)
|
|
|
| InspectorHistory::InspectorHistory() : m_afterLastActionIndex(0) { }
|
|
|
| -InspectorHistory::~InspectorHistory() { }
|
| -
|
| bool InspectorHistory::perform(PassOwnPtr<Action> action, ExceptionState& es)
|
| {
|
| if (!action->perform(es))
|
|
|