| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index a34732f7fd8565e8453072bbc26501db534c2a91..a658efa8026fbd9ca5159bd2d59eb34456ee9ae5 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -413,11 +413,6 @@ class PLATFORM_EXPORT ThreadState {
|
|
|
| size_t objectPayloadSizeForTesting();
|
|
|
| - // TODO: no longer needed, remove all uses.
|
| - template <typename T>
|
| - void registerPreFinalizer(T* self) {
|
| - }
|
| -
|
| void shouldFlushHeapDoesNotContainCache() {
|
| m_shouldFlushHeapDoesNotContainCache = true;
|
| }
|
|
|