| 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 534afec1cd993ee749d3631645e47b73449467f3..67155cffcbcdd15b7f4cf2a93741eff21c409c83 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
|
| @@ -50,8 +50,7 @@ ServiceWorkerThread::ServiceWorkerThread(
|
| WorkerReportingProxy& workerReportingProxy)
|
| : WorkerThread(std::move(workerLoaderProxy), workerReportingProxy),
|
| m_workerBackingThread(
|
| - WorkerBackingThread::create("ServiceWorker Thread",
|
| - BlinkGC::PerThreadHeapMode)) {}
|
| + WorkerBackingThread::create("ServiceWorker Thread")) {}
|
|
|
| ServiceWorkerThread::~ServiceWorkerThread() {}
|
|
|
|
|