| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| index 20fa6602dc116195517d0283f26942adb3d8b3dd..9c674d313eb629c8016493226c6c189e0743ff3a 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -73,7 +73,7 @@ public:
|
| void setCustomObjectFormatterEnabled(bool);
|
| v8::MaybeLocal<v8::Value> resolveCallArgument(ErrorString*, protocol::Runtime::CallArgument*);
|
|
|
| - std::unique_ptr<protocol::Runtime::ExceptionDetails> createExceptionDetails(v8::Local<v8::Message>);
|
| + std::unique_ptr<protocol::Runtime::ExceptionDetails> createExceptionDetails(ErrorString*, const v8::TryCatch&, const String16& groupName, bool generatePreview);
|
| void wrapEvaluateResult(ErrorString*,
|
| v8::MaybeLocal<v8::Value> maybeResultValue,
|
| const v8::TryCatch&,
|
|
|