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