| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index 4fdc0a33c15aa274b4620aa9f0d21908943f0e6c..10aeace32db59e50b21e725505b4eed274530250 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -792,7 +792,7 @@ protected:
|
| // but we cannot call it here because it requres to include T.h.
|
| // So we currently implement only the check for (a).
|
| if (!IsGarbageCollectedMixin<T>::value)
|
| - HeapObjectHeader::fromPayload(m_raw)->checkHeader();
|
| + ASSERT(HeapObjectHeader::fromPayload(m_raw)->checkHeader());
|
| #endif
|
| }
|
|
|
|
|