| Index: third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| index 0ad83652f1d2b9061dc53c9c6105d92b83156cbe..92f2a773667d0e978b2f60dfe35a744d454bd53d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| @@ -104,11 +104,6 @@ void WorkerInspectorController::flushProtocolNotifications()
|
| m_session->flushProtocolNotifications();
|
| }
|
|
|
| -void WorkerInspectorController::resumeStartup()
|
| -{
|
| - m_thread->stopRunningDebuggerTasksOnPauseOnWorkerThread();
|
| -}
|
| -
|
| void WorkerInspectorController::sendProtocolMessage(int sessionId, int callId, const String& response, const String& state)
|
| {
|
| // Worker messages are wrapped, no need to handle callId or state.
|
|
|