| 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 b65a857eb90fe61b9fba0d188744b91ef1b674d5..627748c9e30c7282eb47cc22c04e4c84289ce9c0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -85,7 +85,6 @@ public:
|
| bool returnByValue,
|
| bool generatePreview,
|
| std::unique_ptr<protocol::Runtime::RemoteObject>* result,
|
| - Maybe<bool>* wasThrown,
|
| Maybe<protocol::Runtime::ExceptionDetails>*);
|
| v8::Local<v8::Value> lastEvaluationResult() const;
|
|
|
|
|