| 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 0f330b03df91f6afd95e89a5edb5cf0f5505e784..a031e452d781beda99e0ae526cfd8f4e83078c65 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -37,6 +37,7 @@
|
|
|
| namespace blink {
|
|
|
| +class InjectedScript;
|
| class InjectedScriptManager;
|
| class V8DebuggerImpl;
|
|
|
| @@ -127,10 +128,7 @@ public:
|
| v8::Local<v8::Value> findObject(ErrorString*, const String16& objectId, v8::Local<v8::Context>* = nullptr, String16* groupName = nullptr) override;
|
| void addInspectedObject(PassOwnPtr<Inspectable>) override;
|
| void clearInspectedObjects() override;
|
| -
|
| private:
|
| - PassOwnPtr<protocol::Runtime::ExceptionDetails> createExceptionDetails(v8::Isolate*, v8::Local<v8::Message>);
|
| -
|
| int m_contextGroupId;
|
| protocol::DictionaryValue* m_state;
|
| protocol::Frontend::Runtime* m_frontend;
|
|
|