| 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 65f2c84c1c304b4c61dcee28eeb4585ac9951072..fdae2de41ad521f5a6e3426e45d887a8a3ea9832 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -95,9 +95,6 @@ public:
|
| void getFunctionDetails(ErrorString*,
|
| const String16& functionId,
|
| std::unique_ptr<protocol::Debugger::FunctionDetails>*) override;
|
| - void getGeneratorObjectDetails(ErrorString*,
|
| - const String16& objectId,
|
| - std::unique_ptr<protocol::Debugger::GeneratorObjectDetails>*) override;
|
| void pause(ErrorString*) override;
|
| void resume(ErrorString*) override;
|
| void stepOver(ErrorString*) override;
|
|
|