| Index: third_party/WebKit/Source/platform/heap/HeapPage.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.h b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| index 1bcfc82174741641b5c75bff3c8692415939fca9..41ffa941cb1810631e26811f9ad3a47b7fb5b026 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| @@ -637,7 +637,7 @@ public:
|
| // Returns true if the freelist snapshot is captured.
|
| bool takeSnapshot(const String& dumpBaseName);
|
|
|
| -#if ENABLE(ASSERT) || defined(LEAK_SANITIZER) || defined(ADDRESS_SANITIZER) || defined(MEMORY_SANITIZER)
|
| +#if (ENABLE(ASSERT) || defined(LEAK_SANITIZER) || defined(ADDRESS_SANITIZER)) && !defined(MEMORY_SANITIZER)
|
| static void zapFreedMemory(Address, size_t);
|
| static void checkFreedMemoryIsZapped(Address, size_t);
|
| #endif
|
|
|