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

Unified Diff: Source/platform/Timer.h

Issue 1211883002: Oilpan: add missing ASan no-sanitize declaration following r197814. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Timer.h
diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h
index d5981e772583ea4c65736980b893026b94725301..b8032009aaf97e4742402e0f7d2766e929ea7b56 100644
--- a/Source/platform/Timer.h
+++ b/Source/platform/Timer.h
@@ -90,6 +90,7 @@ private:
~CancellableTimerTask() override { }
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
void run() override
{
if (m_timer) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698