| Index: Source/web/WebSharedWorkerImpl.h
|
| diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
|
| index af25d5732458738783ea4b578ffc9f6208ecbae7..5491eda13c8f46383ea3ded772a8efe195f1a925 100644
|
| --- a/Source/web/WebSharedWorkerImpl.h
|
| +++ b/Source/web/WebSharedWorkerImpl.h
|
| @@ -117,7 +117,7 @@ private:
|
| WorkerThread* workerThread() { return m_workerThread.get(); }
|
|
|
| // Shuts down the worker thread.
|
| - void stopWorkerThread();
|
| + void terminateWorkerThread();
|
|
|
| // Creates the shadow loader used for worker network requests.
|
| void initializeLoader();
|
|
|