Index: Source/platform/Timer.cpp |
diff --git a/Source/platform/Timer.cpp b/Source/platform/Timer.cpp |
index b5eeff8956085d742292c5748fd79f84f7957baa..738f5bf248569037c3060ff6ebacd307dc243006 100644 |
--- a/Source/platform/Timer.cpp |
+++ b/Source/platform/Timer.cpp |
@@ -248,6 +248,7 @@ inline void TimerBase::checkHeapIndex() const |
ASSERT(timerHeap()[m_heapIndex] == this); |
} |
+NO_LAZY_SWEEP_SANITIZE_ADDRESS |
inline void TimerBase::checkConsistency() const |
{ |
// Timers should be in the heap if and only if they have a non-zero next fire time. |