| 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 b07c975e4d7cf5ac4cd6682ce05b241df41e1d27..7862babfe385aa4d8155980fd10d1a2879ecb44a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| @@ -227,11 +227,6 @@ void WorkerInspectorController::resumeStartup()
|
| m_workerThreadDebugger->quitMessageLoopOnPause();
|
| }
|
|
|
| -bool WorkerInspectorController::isRunRequired()
|
| -{
|
| - return m_paused;
|
| -}
|
| -
|
| InspectorFrontendChannel* WorkerInspectorController::frontendChannel() const
|
| {
|
| return static_cast<InspectorFrontendChannel*>(m_pageInspectorProxy.get());
|
|
|