| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| index 3a666bbf42292c9526c5b01d0f99c1b254658e91..5139a1d831ba25b4391a1db7707cca4df6c5f7f5 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| @@ -80,6 +80,7 @@ void V8RuntimeAgentImpl::evaluate(
|
| const Maybe<int>& executionContextId,
|
| const Maybe<bool>& returnByValue,
|
| const Maybe<bool>& generatePreview,
|
| + const Maybe<bool>& userGesture,
|
| OwnPtr<RemoteObject>* result,
|
| Maybe<bool>* wasThrown,
|
| Maybe<ExceptionDetails>* exceptionDetails)
|
| @@ -104,6 +105,7 @@ void V8RuntimeAgentImpl::callFunctionOn(ErrorString* errorString,
|
| const Maybe<bool>& doNotPauseOnExceptionsAndMuteConsole,
|
| const Maybe<bool>& returnByValue,
|
| const Maybe<bool>& generatePreview,
|
| + const Maybe<bool>& userGesture,
|
| OwnPtr<RemoteObject>* result,
|
| Maybe<bool>* wasThrown)
|
| {
|
|
|