Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: Source/platform/ThreadTimers.cpp

Issue 1120943002: Various ASan exemptions to allow Oilpan pre-sweep poisoning of unmarkeds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/Timer.h » ('j') | Source/platform/heap/Handle.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « no previous file | Source/platform/Timer.h » ('j') | Source/platform/heap/Handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698