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

Unified Diff: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp

Issue 2625293002: Remove ThreadHeapMode (Closed)
Patch Set: Created 3 years, 11 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/fetch/DataConsumerHandleTestUtil.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
index a5cfed26ec05984a1c5bd6d7820fbe76bcea93f9..969f7554c5f929a1fc94932c54a1b365ff03461f 100644
--- a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
+++ b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
@@ -40,8 +40,7 @@ class WaitingHandle final : public WebDataConsumerHandle {
DataConsumerHandleTestUtil::Thread::Thread(
const char* name,
InitializationPolicy initializationPolicy)
- : m_thread(
- WebThreadSupportingGC::create(name, BlinkGC::MainThreadHeapMode)),
+ : m_thread(WebThreadSupportingGC::create(name)),
m_initializationPolicy(initializationPolicy),
m_waitableEvent(WTF::makeUnique<WaitableEvent>()) {
m_thread->postTask(

Powered by Google App Engine
This is Rietveld 408576698