| Index: third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.cpp b/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.cpp
|
| index ce789006d80ce1d187b41f45174bc4d6eff85f11..1bb13c0e6888e474068572bd831b5e600d7a01f4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.cpp
|
| @@ -38,8 +38,8 @@
|
|
|
| namespace blink {
|
|
|
| -WorkerConsoleAgent::WorkerConsoleAgent(V8RuntimeAgent* runtimeAgent, WorkerGlobalScope* workerGlobalScope)
|
| - : InspectorConsoleAgent(runtimeAgent)
|
| +WorkerConsoleAgent::WorkerConsoleAgent(V8InspectorSession* v8Session, WorkerGlobalScope* workerGlobalScope)
|
| + : InspectorConsoleAgent(v8Session)
|
| , m_workerGlobalScope(workerGlobalScope)
|
| {
|
| }
|
|
|