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

Unified Diff: third_party/WebKit/Source/platform/Timer.cpp

Issue 2390553002: Remove NO_LAZY_SWEEP_SANITIZE_ADDRESS (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/platform/Timer.cpp
diff --git a/third_party/WebKit/Source/platform/Timer.cpp b/third_party/WebKit/Source/platform/Timer.cpp
index cf1cea0e5c52bc814adf2f062b67313db78db7db..f83414e409f462bb4fbc2b8c298a5bfb23ef93ce 100644
--- a/third_party/WebKit/Source/platform/Timer.cpp
+++ b/third_party/WebKit/Source/platform/Timer.cpp
@@ -116,7 +116,6 @@ void TimerBase::setNextFireTime(double now, double delay) {
}
}
-NO_LAZY_SWEEP_SANITIZE_ADDRESS
void TimerBase::runInternal() {
if (!canFire())
return;

Powered by Google App Engine
This is Rietveld 408576698