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 ce0c36c26f30232057cd2054d5877e90cdc2185a..e7ebe2c744834317c595c7e25f9cd0e61f110627 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) { |
- HeapObjectHeader::fromPayload(payload)->checkHeader(); |
+ HeapObjectHeader::checkFromPayload(payload); |
#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. |