Chromium Code Reviews| Index: Source/platform/Timer.h |
| diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h |
| index d5981e772583ea4c65736980b893026b94725301..b8032009aaf97e4742402e0f7d2766e929ea7b56 100644 |
| --- a/Source/platform/Timer.h |
| +++ b/Source/platform/Timer.h |
| @@ -90,6 +90,7 @@ private: |
| ~CancellableTimerTask() override { } |
| + NO_LAZY_SWEEP_SANITIZE_ADDRESS |
| void run() override |
| { |
| if (m_timer) { |