| 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 3d5bf5c5820fdeee32c4ec0968a14fe9d6ded721..0066ecb459052cc9e340240763dd3698103c4421 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;
|
|
|