Index: third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp |
diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp b/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp |
index 8877d1a4190ac2bf1e49c32245e8173ed9a06384..fd5e7913c65b88d68af3fa0cb0acdbbbec832f5b 100644 |
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp |
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp |
@@ -21,7 +21,7 @@ |
MHTMLParser mhtmlParser(SharedBuffer::create(data, size)); |
HeapVector<Member<ArchiveResource>> mhtmlArchives = mhtmlParser.parseArchive(); |
mhtmlArchives.clear(); |
- ThreadState::current()-> collectAllGarbage(); |
+ ThreadHeap::collectAllGarbage(); |
return 0; |
} |