| Index: Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index f8324888eb121b0140813191a0fc9229cc8598f3..d129a546cefe628ef2ca1138b024ae1d511c6960 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -209,7 +209,7 @@ void WebEmbeddedWorkerImpl::terminateWorkerContext()
|
| return;
|
| }
|
| if (m_workerThread)
|
| - m_workerThread->stop();
|
| + m_workerThread->terminate();
|
| m_workerInspectorProxy->workerThreadTerminated();
|
| }
|
|
|
|
|