Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1693)

Unified Diff: sky/engine/core/inspector/ScriptCallStack.h

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually works Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>&);

Powered by Google App Engine
This is Rietveld 408576698