| Index: third_party/WebKit/Source/platform/heap/GCInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/GCInfo.h b/third_party/WebKit/Source/platform/heap/GCInfo.h
|
| index d68f968d640480ce3d387e3598462092904053b3..1d4418171a92cb954f0b2867d3a73229d6a1fcb8 100644
|
| --- a/third_party/WebKit/Source/platform/heap/GCInfo.h
|
| +++ b/third_party/WebKit/Source/platform/heap/GCInfo.h
|
| @@ -156,7 +156,7 @@ struct GCInfo {
|
| // object header keeps its index into this table.
|
| extern PLATFORM_EXPORT GCInfo const** s_gcInfoTable;
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| PLATFORM_EXPORT void assertObjectHasGCInfo(const void*, size_t gcInfoIndex);
|
| #endif
|
|
|
|
|