| Index: Source/core/inspector/InspectorHistory.h
|
| diff --git a/Source/core/inspector/InspectorHistory.h b/Source/core/inspector/InspectorHistory.h
|
| index aad5ebdc1d568db0a2d029bf2c41adf5338879e4..03442b6b937356ff39afec256502b8c4b11eef60 100644
|
| --- a/Source/core/inspector/InspectorHistory.h
|
| +++ b/Source/core/inspector/InspectorHistory.h
|
| @@ -76,7 +76,7 @@ public:
|
| void reset();
|
|
|
| private:
|
| - WillBeHeapVector<RefPtrWillBeMember<Action> > m_history;
|
| + WillBeHeapVector<RefPtrWillBeMember<Action>> m_history;
|
| size_t m_afterLastActionIndex;
|
| };
|
|
|
|
|