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

Unified Diff: Source/platform/ThreadTimers.cpp

Issue 1146903003: Allow timer heap updates on firing shared timer. (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 | no next file » | no next file with comments »
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 d3d4f05d8b68c1c15c79504ad652e6dd6ff379ac..d31ed207afb97ca79ed87cdf6c9a53741d32be1d 100644
--- a/Source/platform/ThreadTimers.cpp
+++ b/Source/platform/ThreadTimers.cpp
@@ -111,6 +111,7 @@ void ThreadTimers::sharedTimerFired()
TRACE_EVENT_SET_SAMPLING_STATE("blink", "Sleeping");
}
+NO_LAZY_SWEEP_SANITIZE_ADDRESS
void ThreadTimers::sharedTimerFiredInternal()
{
// Do a re-entrancy check.
« 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