Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: Source/web/WebSharedWorkerImpl.h

Issue 1175323002: Rename WebSharedWorkerImpl::stopWorkerThread() to terminateWorkerThread() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698