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

Unified Diff: Source/platform/Timer.h

Issue 1148943003: Oilpan: more lazy sweep ASan exemptions. (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 30cc5a3e9e4737f0bcbf33f549ddf65f41791738..549c43dc4db3a2e37edfbe3a0d44c722208dcf27 100644
--- a/Source/platform/Timer.h
+++ b/Source/platform/Timer.h
@@ -61,6 +61,7 @@ public:
double nextFireInterval() const;
double nextUnalignedFireInterval() const;
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
double repeatInterval() const { return m_repeatInterval; }
haraken 2015/05/20 22:27:26 I'm a bit afraid that this function is inlined in
sof 2015/05/21 05:31:36 Maybe so. I don't know what it does, but if ASan d
void augmentRepeatInterval(double delta) {
« 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