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

Unified Diff: Source/bindings/core/dart/DartScriptDebugServer.h

Issue 575883003: Fix more inspector compile errors from merge as well as a ScriptState compile error. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 3 months 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
« no previous file with comments | « no previous file | Source/bindings/core/dart/DartScriptDebugServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartScriptDebugServer.h
diff --git a/Source/bindings/core/dart/DartScriptDebugServer.h b/Source/bindings/core/dart/DartScriptDebugServer.h
index ee86230274a4baa23fdf8c50e67d3727dfe27426..c7a260024f5865c1d29c7c88940fe1e27f2fb56b 100644
--- a/Source/bindings/core/dart/DartScriptDebugServer.h
+++ b/Source/bindings/core/dart/DartScriptDebugServer.h
@@ -189,6 +189,8 @@ public:
virtual void stepOutOfFunction();
virtual bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, StackTrace* newCallFrames, RefPtr<JSONObject>* result);
+ virtual ScriptCallFrame callFrameNoScopes(int index);
+
virtual ScriptCallFrame topCallFrameNoScopes();
virtual int frameCount();
virtual StackTrace currentCallFrames();
@@ -236,6 +238,8 @@ protected:
void handleProgramBreak(Dart_Isolate, Dart_StackTrace, intptr_t dartBreakpointId, Dart_Handle exception, const Dart_CodeLocation&);
void handleDartDebugEvent(Dart_IsolateId, intptr_t breakpointId, Dart_Handle exception, const Dart_CodeLocation&);
+ ScriptCallFrame getScriptCallFrameHelper(int frameIndex);
+
void debugBreak();
void cancelDebugBreak();
Page* inferPage(Dart_Isolate);
@@ -289,6 +293,7 @@ public:
virtual void stepOutOfFunction();
virtual bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, StackTrace* newCallFrames, RefPtr<JSONObject>* result);
+ virtual ScriptCallFrame callFrameNoScopes(int index);
virtual ScriptCallFrame topCallFrameNoScopes();
virtual int frameCount();
« no previous file with comments | « no previous file | Source/bindings/core/dart/DartScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698