| 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 64d1935d8719096963618103df7c469c77eec352..ba69e2a1a5f73ac6512f8b6932ea4690caef7a62 100644
|
| --- a/third_party/WebKit/Source/platform/heap/GCInfo.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/GCInfo.cpp
|
| @@ -68,8 +68,6 @@ void assertObjectHasGCInfo(const void* payload, size_t gcInfoIndex) {
|
| #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.
|
| - BasePage* page = pageFromObject(payload);
|
| - ASSERT(!page->orphaned());
|
| ASSERT(HeapObjectHeader::fromPayload(payload)->gcInfoIndex() == gcInfoIndex);
|
| #endif
|
| }
|
|
|