| Index: Source/core/inspector/ScriptCallStack.h
|
| diff --git a/Source/core/inspector/ScriptCallStack.h b/Source/core/inspector/ScriptCallStack.h
|
| index 67d5fcb3349938a22a45e303a7ac1b18d989c393..6583918579077e518dfe3c334bd27c2c39d3ffc6 100644
|
| --- a/Source/core/inspector/ScriptCallStack.h
|
| +++ b/Source/core/inspector/ScriptCallStack.h
|
| @@ -44,12 +44,13 @@ class ScriptAsyncCallStack;
|
| class TracedValue;
|
|
|
| class ScriptCallStack final : public RefCountedWillBeGarbageCollectedFinalized<ScriptCallStack> {
|
| - DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScriptCallStack);
|
| public:
|
| static const size_t maxCallStackSizeToCapture = 200;
|
|
|
| static PassRefPtrWillBeRawPtr<ScriptCallStack> create(Vector<ScriptCallFrame>&);
|
|
|
| + ~ScriptCallStack();
|
| +
|
| const ScriptCallFrame &at(size_t) const;
|
| size_t size() const;
|
|
|
|
|