| Index: third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp b/third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp
|
| index 1f746d10eef1a3792fe59dcea93564e9ccc7bd22..f60c4a575c436697e000a7e4dd572b43f4937099 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp
|
| @@ -320,7 +320,7 @@
|
| dest2 = nullptr;
|
|
|
| // Collect garbage to finalize the source reader.
|
| - ThreadHeap::collectAllGarbage();
|
| + Heap::collectAllGarbage();
|
| context->detached()->wait();
|
| }
|
|
|
|
|