Chromium Code Reviews| Index: Source/platform/heap/Visitor.cpp |
| diff --git a/Source/platform/heap/Visitor.cpp b/Source/platform/heap/Visitor.cpp |
| index dc115595a90cd6982d7bd515297889254be77950..41933ec32d8baed7674f1c42454743dfd7ec4ae7 100644 |
| --- a/Source/platform/heap/Visitor.cpp |
| +++ b/Source/platform/heap/Visitor.cpp |
| @@ -36,7 +36,7 @@ |
| namespace WebCore { |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| void Visitor::checkGCInfo(const void* payload, const GCInfo* gcInfo) |
| { |
| FinalizedHeapObjectHeader::fromPayload(payload)->checkHeader(); |