| 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 06be448e497c75675fc8d20ede95d6f40bbbd97a..2a0de17b510ef5c37fc7dd02cde394e84fa609b0 100644
 | 
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
 | 
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
 | 
| @@ -98,9 +98,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;
 | 
| 
 |