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

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

Issue 1884083002: Revert of Rename Heap to ThreadHeap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/FetchBlobDataConsumerHandleTest.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
index 759b52e04dce6e71324c051ae472a2d9bfebd5b2..fa67bd3b710213994614aeb83578827e0597451a 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
+++ b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
@@ -81,7 +81,7 @@
{
m_dummyPageHolder = nullptr;
// We need this to collect garbage-collected mocks.
- ThreadHeap::collectAllGarbage();
+ Heap::collectAllGarbage();
}
Document& document() { return m_dummyPageHolder->document(); }
@@ -200,7 +200,7 @@
handle = nullptr;
reader = nullptr;
checkpoint.Call(3);
- ThreadHeap::collectAllGarbage();
+ Heap::collectAllGarbage();
checkpoint.Call(4);
}

Powered by Google App Engine
This is Rietveld 408576698