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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp

Issue 2406333002: Remove CrossThreadPersistent::release (Closed)
Patch Set: added comment Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
index 59ccc2c997cc971c3a8b01ab344f3d97f90b579a..55f00c8dc9eaeb55a843c7a2011d552eb2b30dec 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
@@ -51,7 +51,7 @@ ServiceWorkerThread::ServiceWorkerThread(
: WorkerThread(std::move(workerLoaderProxy), workerReportingProxy),
m_workerBackingThread(
WorkerBackingThread::create("ServiceWorker Thread",
- BlinkGC::MainThreadHeapMode)) {}
+ BlinkGC::PerThreadHeapMode)) {}
ServiceWorkerThread::~ServiceWorkerThread() {}

Powered by Google App Engine
This is Rietveld 408576698