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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp

Issue 2578053002: Worker: Stop running worker tests with BlinkGC::MainThreadHeapMode (Closed)
Patch Set: Created 4 years 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/core/workers/SharedWorkerThread.cpp
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp b/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
index d7878b80a50065d47291953d72a7bcc23a6575a5..c9a5e3a1c3054a3666564c011470a4512e138e9d 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
@@ -51,9 +51,7 @@ SharedWorkerThread::SharedWorkerThread(
PassRefPtr<WorkerLoaderProxy> workerLoaderProxy,
WorkerReportingProxy& workerReportingProxy)
: WorkerThread(std::move(workerLoaderProxy), workerReportingProxy),
- m_workerBackingThread(
- WorkerBackingThread::create("SharedWorker Thread",
- BlinkGC::PerThreadHeapMode)),
+ m_workerBackingThread(WorkerBackingThread::create("SharedWorker Thread")),
m_name(name.isolatedCopy()) {}
SharedWorkerThread::~SharedWorkerThread() {}

Powered by Google App Engine
This is Rietveld 408576698