| Index: third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| index 63ca64d0b8fc7c0d46e677cb6e1c2fcd2552662f..926f4e0a692971246d29b81b1393fd46e068d796 100644
|
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| @@ -41,7 +41,7 @@ class MarkingVisitor final : public Visitor,
|
| Impl::registerWeakTable(closure, iterationCallback, iterationDoneCallback);
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| virtual bool weakTableRegistered(const void* closure) {
|
| return Impl::weakTableRegistered(closure);
|
| }
|
|
|