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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h

Issue 1786243002: [DevTools] Move restartFrame and setCallFrameVariableValue to V8DebuggerAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dgozman-patch
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
index 827ccc7421cb09df3d7fbbdd24bba3a36d869bf6..127a8ee789ac38710a176da4cc9e7c37d45f5ff9 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
@@ -136,8 +136,7 @@ public:
int scopeNumber,
const String16& variableName,
PassOwnPtr<protocol::Runtime::CallArgument> newValue,
- const Maybe<String16>& callFrame,
- const Maybe<String16>& functionObjectId) override;
+ const String16& callFrame) override;
void setAsyncCallStackDepth(ErrorString*, int depth) override;
void enablePromiseTracker(ErrorString*,
const Maybe<bool>& captureStacks) override;

Powered by Google App Engine
This is Rietveld 408576698