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

Unified Diff: Source/core/inspector/v8/V8Debugger.h

Issue 1249013002: DevTools: simplify setScriptSource and restartFrame return values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed dgozman's comments Created 5 years, 5 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/core/inspector/InspectorDebuggerAgent.cpp ('k') | Source/core/inspector/v8/V8DebuggerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/v8/V8Debugger.h
diff --git a/Source/core/inspector/v8/V8Debugger.h b/Source/core/inspector/v8/V8Debugger.h
index f6a4dea9de6d92d3e500cb728dd6268f42d0120a..cd6e3ceda3aa4c9ed1f18b71cf93e67b00f28522 100644
--- a/Source/core/inspector/v8/V8Debugger.h
+++ b/Source/core/inspector/v8/V8Debugger.h
@@ -57,7 +57,7 @@ public:
virtual void stepOutOfFunction() = 0;
virtual void clearStepping() = 0;
- virtual bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, v8::Global<v8::Object>* newCallFrames, RefPtr<JSONObject>* result) = 0;
+ virtual bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, v8::Global<v8::Object>* newCallFrames, TypeBuilder::OptOutput<bool>* stackChanged) = 0;
virtual v8::Local<v8::Object> currentCallFrames() = 0;
virtual v8::Local<v8::Object> currentCallFramesForAsyncStack() = 0;
virtual PassRefPtr<JavaScriptCallFrame> callFrameNoScopes(int index) = 0;
« no previous file with comments | « Source/core/inspector/InspectorDebuggerAgent.cpp ('k') | Source/core/inspector/v8/V8DebuggerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698