| 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 b21b728af3f10cbc9cf82070e506207b4e892672..3760538466d893d543f993f9a042b87153a7fa6f 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -130,8 +130,6 @@ public:
|
| void addInspectedObject(PassOwnPtr<Inspectable>) override;
|
|
|
| private:
|
| - v8::MaybeLocal<v8::Value> evaluateInternal(InjectedScript*, bool doNotPauseOnExceptionsAndMuteConsole, const String& expression, v8::MaybeLocal<v8::Object> extension);
|
| -
|
| // TODO(dgozman): reverse ownership.
|
| OwnPtr<V8InspectorConnectionImpl> m_connection;
|
| protocol::DictionaryValue* m_state;
|
|
|