Index: third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp |
index afe57520ae34bdac819e72efbe15f5f714107782..e3a2dcdcfc9ae58a6e89c39c94621131206faff9 100644 |
--- a/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp |
@@ -26,7 +26,7 @@ class BytesConsumerForDataConsumerHandleTest : public ::testing::Test { |
protected: |
~BytesConsumerForDataConsumerHandleTest() |
{ |
- ThreadHeap::collectAllGarbage(); |
+ ThreadState::current()-> collectAllGarbage(); |
} |
}; |