| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| index caad78d6eb27b8b297ab5fdd21ab2cf1335b8c47..fa9653e96eb4c3e54ae1cac683a55ae4e37c8a66 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -95,6 +95,10 @@ public:
|
| OwnPtr<protocol::Array<protocol::Runtime::PropertyDescriptor>>* result,
|
| Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* internalProperties,
|
| Maybe<protocol::Runtime::ExceptionDetails>*) override;
|
| + void getCompletions(ErrorString*,
|
| + const Maybe<String16>& objectId,
|
| + const Maybe<String16>& primitiveType,
|
| + OwnPtr<protocol::Array<String16>>*);
|
| void releaseObjectGroup(ErrorString*, const String16& objectGroup) override;
|
| void run(ErrorString*) override;
|
| void setCustomObjectFormatterEnabled(ErrorString*, bool) override;
|
|
|