| Index: third_party/WebKit/Source/core/inspector/InspectorSession.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorSession.cpp b/third_party/WebKit/Source/core/inspector/InspectorSession.cpp
|
| index a7a9374cc5e1d23cd374c2a11679f0d1382c67d0..879f3f7b43ecaa497eb57fd8973395d51dfc86da 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorSession.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorSession.cpp
|
| @@ -18,12 +18,13 @@ namespace {
|
| const char kV8StateKey[] = "v8";
|
| }
|
|
|
| -InspectorSession::InspectorSession(Client* client,
|
| - InstrumentingAgents* instrumentingAgents,
|
| - int sessionId,
|
| - v8_inspector::V8Inspector* inspector,
|
| - int contextGroupId,
|
| - const String* savedState)
|
| +InspectorSession::InspectorSession(
|
| + Client* client,
|
| + InspectorInstrumentationAgents* instrumentingAgents,
|
| + int sessionId,
|
| + v8_inspector::V8Inspector* inspector,
|
| + int contextGroupId,
|
| + const String* savedState)
|
| : m_client(client),
|
| m_v8Session(nullptr),
|
| m_sessionId(sessionId),
|
|
|