| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h | 
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h | 
| index 35ca8bd9300eed411fd53cb55fff5cca358ea230..ce13f29256e3fcf5ed71e803ee99c137d583e5d1 100644 | 
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h | 
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h | 
| @@ -53,7 +53,6 @@ class InjectedScript final { | 
| public: | 
| ~InjectedScript(); | 
|  | 
| -    void getCollectionEntries(ErrorString*, const String16& objectId, OwnPtr<protocol::Array<protocol::Debugger::CollectionEntry>>* result); | 
| void getProperties(ErrorString*, const String16& objectId, bool ownProperties, bool accessorPropertiesOnly, bool generatePreview, OwnPtr<protocol::Array<protocol::Runtime::PropertyDescriptor>>* result, Maybe<protocol::Runtime::ExceptionDetails>*); | 
| void releaseObject(const String16& objectId); | 
|  | 
|  |