| Index: third_party/WebKit/Source/platform/heap/Member.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Member.h b/third_party/WebKit/Source/platform/heap/Member.h
|
| index a4d34431b702ffc6c172fbbf426c5ecba98b8930..0baa9a97a09926290569ea408615a9c562e5d618 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Member.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Member.h
|
| @@ -156,7 +156,7 @@ class MemberBase {
|
| // So we currently only try to implement the check for (a), but do
|
| // not insist that T's definition is in scope.
|
| if (IsFullyDefined<T>::value && !IsGarbageCollectedMixin<T>::value)
|
| - ASSERT(HeapObjectHeader::fromPayload(m_raw)->checkHeader());
|
| + HeapObjectHeader::fromPayload(m_raw)->checkHeader();
|
| #endif
|
| #endif
|
| }
|
|
|