| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| index 584c0164e0339ae5b3d39bc8d4e9001d6f6e7a8f..7a8c583b5aac1eb6f61678a454f03308a10b2050 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| @@ -732,7 +732,6 @@ void V8DebuggerAgentImpl::evaluateOnCallFrame(ErrorString* errorString,
|
| const Maybe<bool>& returnByValue,
|
| const Maybe<bool>& generatePreview,
|
| std::unique_ptr<RemoteObject>* result,
|
| - Maybe<bool>* wasThrown,
|
| Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails)
|
| {
|
| if (!assertPaused(errorString))
|
| @@ -762,7 +761,6 @@ void V8DebuggerAgentImpl::evaluateOnCallFrame(ErrorString* errorString,
|
| returnByValue.fromMaybe(false),
|
| generatePreview.fromMaybe(false),
|
| result,
|
| - wasThrown,
|
| exceptionDetails);
|
| }
|
|
|
|
|