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

Unified Diff: Source/platform/Timer.h

Issue 1150563005: Oilpan: ASan-exempt Heap::willObjectBeLazilySwept(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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.cpp » ('j') | 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 549c43dc4db3a2e37edfbe3a0d44c722208dcf27..c0e4d914de5a0afe0dc554a663029b3895bc720d 100644
--- a/Source/platform/Timer.h
+++ b/Source/platform/Timer.h
@@ -143,6 +143,7 @@ public:
: m_object(o), m_function(f) { }
protected:
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
virtual void fired() override
{
if (!TimerIsObjectAliveTrait<TimerFiredClass>::isHeapObjectAlive(m_object))
« no previous file with comments | « no previous file | Source/platform/Timer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698