| 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;
|
|
|