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

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: rebased Created 5 years, 7 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/AddressSanitizer.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..d3d4f05d8b68c1c15c79504ad652e6dd6ff379ac 100644
--- a/Source/platform/ThreadTimers.cpp
+++ b/Source/platform/ThreadTimers.cpp
@@ -31,6 +31,7 @@
#include "platform/SharedTimer.h"
#include "platform/Timer.h"
#include "platform/TraceEvent.h"
+#include "platform/heap/AddressSanitizer.h"
#include "public/platform/Platform.h"
#include "public/platform/WebScheduler.h"
#include "wtf/CurrentTime.h"
@@ -78,6 +79,7 @@ void ThreadTimers::setSharedTimer(PassOwnPtr<SharedTimer> sharedTimer)
}
}
+NO_LAZY_SWEEP_SANITIZE_ADDRESS
void ThreadTimers::updateSharedTimer()
{
if (!m_sharedTimer)
@@ -148,4 +150,3 @@ void ThreadTimers::sharedTimerFiredInternal()
}
} // namespace blink
-
« no previous file with comments | « no previous file | Source/platform/Timer.h » ('j') | Source/platform/heap/AddressSanitizer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698