| Index: sky/engine/core/inspector/ScriptCallStack.h
|
| diff --git a/sky/engine/core/inspector/ScriptCallStack.h b/sky/engine/core/inspector/ScriptCallStack.h
|
| index 8750d00768fc97eaf323da286766efb1c67f10bf..d686cbcd8ad0c3d4231f30965aaecfae4db01f1d 100644
|
| --- a/sky/engine/core/inspector/ScriptCallStack.h
|
| +++ b/sky/engine/core/inspector/ScriptCallStack.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef ScriptCallStack_h
|
| #define ScriptCallStack_h
|
|
|
| +#include "core/InspectorTypeBuilder.h"
|
| #include "core/inspector/ScriptCallFrame.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| @@ -54,6 +55,8 @@ public:
|
| PassRefPtr<ScriptAsyncCallStack> asyncCallStack() const;
|
| void setAsyncCallStack(PassRefPtr<ScriptAsyncCallStack>);
|
|
|
| + PassRefPtr<TypeBuilder::Array<TypeBuilder::Console::CallFrame> > buildInspectorArray() const;
|
| +
|
| private:
|
| explicit ScriptCallStack(Vector<ScriptCallFrame>&);
|
|
|
|
|