| 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 049f709ab4ab54d4e424bcbf41f49883b535e58a..7d1a22c49827c8b1ac4d2d499daf95aaa7813d11 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -62,7 +62,7 @@ public:
|
| // Part of the protocol.
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
| - void evaluate(ErrorString*,
|
| + void evaluate(
|
| const String16& expression,
|
| const Maybe<String16>& objectGroup,
|
| const Maybe<bool>& includeCommandLineAPI,
|
| @@ -73,7 +73,7 @@ public:
|
| const Maybe<bool>& userGesture,
|
| const Maybe<bool>& awaitPromise,
|
| std::unique_ptr<EvaluateCallback>) override;
|
| - void awaitPromise(ErrorString*,
|
| + void awaitPromise(
|
| const String16& promiseObjectId,
|
| const Maybe<bool>& returnByValue,
|
| const Maybe<bool>& generatePreview,
|
|
|