| 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 6197f29a18544afcd89f8d9e01777a1e63514eb5..131b2dcec769477c0d919b9aa16f847f77345e6f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -159,7 +159,7 @@
|
| return true;
|
| }
|
|
|
| -void WorkerThreadDebugger::runIfWaitingForDebugger(int contextGroupId)
|
| +void WorkerThreadDebugger::resumeStartup(int contextGroupId)
|
| {
|
| DCHECK(contextGroupId == workerContextGroupId);
|
| m_workerThread->stopRunningDebuggerTasksOnPauseOnWorkerThread();
|
|
|