Index: Source/platform/ThreadTimers.cpp |
diff --git a/Source/platform/ThreadTimers.cpp b/Source/platform/ThreadTimers.cpp |
index 7755ce23fa36753e9c8c842322975703fc504039..5ac545106e8d0bbad5907131c480e0e62530475e 100644 |
--- a/Source/platform/ThreadTimers.cpp |
+++ b/Source/platform/ThreadTimers.cpp |
@@ -78,6 +78,7 @@ void ThreadTimers::setSharedTimer(PassOwnPtr<SharedTimer> sharedTimer) |
} |
} |
+NO_SANITIZE_ADDRESS |
void ThreadTimers::updateSharedTimer() |
{ |
if (!m_sharedTimer) |
@@ -148,4 +149,3 @@ void ThreadTimers::sharedTimerFiredInternal() |
} |
} // namespace blink |
- |