| Index: third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| index bb4fc3d7405f3a8aea6a8accad861c7281372f22..23135f9f7ac0f72355aaa518f2f488e099112574 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -134,6 +134,10 @@ void WorkerThreadDebugger::quitMessageLoopOnPause() {
|
| m_workerThread->stopRunningDebuggerTasksOnPauseOnWorkerThread();
|
| }
|
|
|
| +void WorkerThreadDebugger::quitMessageLoopOnPause(int contextGroupId) {
|
| + quitMessageLoopOnPause();
|
| +}
|
| +
|
| void WorkerThreadDebugger::muteMetrics(int contextGroupId) {
|
| DCHECK(contextGroupId == workerContextGroupId);
|
| }
|
|
|