| 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 a031e452d781beda99e0ae526cfd8f4e83078c65..85d74dd7a84a639ea1182ddadbfff3e2a7ac6aed 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -39,6 +39,7 @@ namespace blink {
|
|
|
| class InjectedScript;
|
| class InjectedScriptManager;
|
| +class RemoteObjectIdBase;
|
| class V8DebuggerImpl;
|
|
|
| namespace protocol {
|
| @@ -129,6 +130,8 @@ public:
|
| void addInspectedObject(PassOwnPtr<Inspectable>) override;
|
| void clearInspectedObjects() 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;
|
|
|