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

Unified Diff: Source/bindings/v8/ScriptDebugServer.h

Issue 333153003: DevTools: Revert stepping over/out on a call frame backend code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/bindings/v8/DebuggerScript.js ('k') | Source/bindings/v8/ScriptDebugServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/ScriptDebugServer.h
diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
index 446e4932a7a271f0fb41189c8a8d4f8159f960c7..ae0d01d43bb64b58d91658645aab49a0b1792f5a 100644
--- a/Source/bindings/v8/ScriptDebugServer.h
+++ b/Source/bindings/v8/ScriptDebugServer.h
@@ -75,8 +75,8 @@ public:
void breakProgram();
void continueProgram();
void stepIntoStatement();
- void stepOverStatement(const ScriptValue& frame);
- void stepOutOfFunction(const ScriptValue& frame);
+ void stepOverStatement();
+ void stepOutOfFunction();
bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, RefPtr<JSONObject>* result);
ScriptValue currentCallFrames();
@@ -147,7 +147,6 @@ private:
ScriptValue currentCallFramesInner(ScopeInfoDetails);
- void stepCommandWithFrame(const char* functionName, const ScriptValue& frame);
PassRefPtrWillBeRawPtr<JavaScriptCallFrame> wrapCallFrames(int maximumLimit, ScopeInfoDetails);
bool m_runningNestedMessageLoop;
« no previous file with comments | « Source/bindings/v8/DebuggerScript.js ('k') | Source/bindings/v8/ScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698