| 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 6633a6a9e1d1127e91e3dd280ea954b96969e0a5..966e5f8012b7ec17756eb6f7f4aa58be5f500767 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -96,9 +96,6 @@ public:
|
| void getGeneratorObjectDetails(ErrorString*,
|
| const String16& objectId,
|
| std::unique_ptr<protocol::Debugger::GeneratorObjectDetails>*) override;
|
| - void getCollectionEntries(ErrorString*,
|
| - const String16& objectId,
|
| - std::unique_ptr<protocol::Array<protocol::Debugger::CollectionEntry>>*) override;
|
| void pause(ErrorString*) override;
|
| void resume(ErrorString*) override;
|
| void stepOver(ErrorString*) override;
|
|
|