Index: Source/platform/heap/Visitor.h |
diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h |
index 59eadf5329461db6ba336bb647a251ec67e3e6fe..b85c8c2dea7a1f4da6d560cdb4a287a1eb45f5fd 100644 |
--- a/Source/platform/heap/Visitor.h |
+++ b/Source/platform/heap/Visitor.h |
@@ -778,7 +778,7 @@ public: |
// calls from HashTable weak processing. Remove the condition once |
// it is refactored. |
#if !defined(ADDRESS_SANITIZER) |
- ASSERT(visitor->canTraceEagerly() || visitor->isMarked(t)); |
+ ASSERT(Visitor::canTraceEagerly() || visitor->isMarked(t)); |
#endif |
if (LIKELY(Visitor::canTraceEagerly())) { |
if (visitor->ensureMarked(t)) { |