Chromium Code Reviews| Index: third_party/WebKit/Source/platform/heap/HeapPage.cpp |
| diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.cpp b/third_party/WebKit/Source/platform/heap/HeapPage.cpp |
| index c27a79a67df411d53f8045fbf15560842193dad6..c1f6ae426a5e869d5dc0ee1f71ee9d39d6b6da35 100644 |
| --- a/third_party/WebKit/Source/platform/heap/HeapPage.cpp |
| +++ b/third_party/WebKit/Source/platform/heap/HeapPage.cpp |
| @@ -88,7 +88,7 @@ |
| namespace blink { |
| -#if DCHECK_IS_ON() |
| +#if DCHECK_IS_ON() && CPU(64BIT) |
| NO_SANITIZE_ADDRESS |
| void HeapObjectHeader::zapMagic() { |
| ASSERT(checkHeader()); |