| 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 761f7221d26b04186a85dcf2440fb63d10ca0c2a..bf0416629463b07d309639e025d0f2488f04b34c 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -131,8 +131,6 @@ public:
|
| void addInspectedObject(PassOwnPtr<Inspectable>) override;
|
|
|
| private:
|
| - v8::MaybeLocal<v8::Value> evaluateInternal(InjectedScript*, bool doNotPauseOnExceptionsAndMuteConsole, const String& expression, v8::MaybeLocal<v8::Object> extension);
|
| -
|
| int m_contextGroupId;
|
| protocol::DictionaryValue* m_state;
|
| protocol::Frontend::Runtime* m_frontend;
|
|
|