| Index: third_party/WebKit/Source/core/inspector/InspectorSession.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorSession.h b/third_party/WebKit/Source/core/inspector/InspectorSession.h
|
| index 7688829ecbe84de81584d6135b1d6b21e1bd092b..28b8ff29016e60bdaa9d0a3574485f17ade273dc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorSession.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorSession.h
|
| @@ -38,9 +38,8 @@ public:
|
| virtual ~Client() {}
|
| };
|
|
|
| - InspectorSession(Client*, InspectedFrames*, int sessionId, bool autoFlush);
|
| + InspectorSession(Client*, InspectedFrames*, InstrumentingAgents*, int sessionId, bool autoFlush);
|
| int sessionId() { return m_sessionId; }
|
| - InstrumentingAgents* instrumentingAgents() { return m_instrumentingAgents.get(); }
|
|
|
| void append(InspectorAgent*);
|
| void attach(V8InspectorSession*, const String* savedState);
|
|
|