Index: third_party/WebKit/Source/platform/heap/GCInfo.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/GCInfo.cpp b/third_party/WebKit/Source/platform/heap/GCInfo.cpp |
index ba69e2a1a5f73ac6512f8b6932ea4690caef7a62..ce0c36c26f30232057cd2054d5877e90cdc2185a 100644 |
--- a/third_party/WebKit/Source/platform/heap/GCInfo.cpp |
+++ b/third_party/WebKit/Source/platform/heap/GCInfo.cpp |
@@ -64,7 +64,7 @@ void GCInfoTable::init() { |
#if DCHECK_IS_ON() |
void assertObjectHasGCInfo(const void* payload, size_t gcInfoIndex) { |
- ASSERT(HeapObjectHeader::fromPayload(payload)->checkHeader()); |
+ HeapObjectHeader::fromPayload(payload)->checkHeader(); |
#if !defined(COMPONENT_BUILD) |
// On component builds we cannot compare the gcInfos as they are statically |
// defined in each of the components and hence will not match. |