| Index: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index 1eb9eb6a373633da2ad9a75eddb358a10ff70d4c..3f5c8cc33a5c3f59e488626e18b5c570675fc512 100644
|
| --- a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -33,7 +33,7 @@ class InlinedGlobalMarkingVisitor final
|
| using Impl::registerDelayedMarkNoTracing;
|
| using Impl::registerWeakTable;
|
| using Impl::registerWeakMembers;
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| using Impl::weakTableRegistered;
|
| #endif
|
|
|
|
|