| 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 7b33379a0c29c0f7b12ead07132365f0aef93092..8e89c360d3b582ae13f354cfe078970b38c53fdd 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -74,6 +74,11 @@ public:
|
| std::unique_ptr<protocol::Runtime::RemoteObject>* result,
|
| Maybe<bool>* wasThrown,
|
| Maybe<protocol::Runtime::ExceptionDetails>*) override;
|
| + void promiseThen(ErrorString*,
|
| + const String16& promiseObjectId,
|
| + const Maybe<bool>& returnByValue,
|
| + const Maybe<bool>& generatePreview,
|
| + std::unique_ptr<PromiseThenCallback>) override;
|
| void callFunctionOn(ErrorString*,
|
| const String16& objectId,
|
| const String16& expression,
|
|
|