summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h b/chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h
index c69148a5249..0ef1c3bc035 100644
--- a/chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h
+++ b/chromium/third_party/blink/renderer/core/svg/animation/smil_time_container.h
@@ -135,7 +135,7 @@ class CORE_EXPORT SMILTimeContainer final
bool document_order_indexes_dirty_ : 1;
bool is_updating_intervals_;
- TaskRunnerTimer<SMILTimeContainer> wakeup_timer_;
+ HeapTaskRunnerTimer<SMILTimeContainer> wakeup_timer_;
using AnimatedTargets = HeapHashCountedSet<WeakMember<SVGElement>>;
AnimatedTargets animated_targets_;