Index: Source/core/page/PageAnimator.h |
diff --git a/Source/core/page/PageAnimator.h b/Source/core/page/PageAnimator.h |
index 93fb50538d506badcb41a5c327ade1dde8fd5e6e..50dedee8c174babd4c5c1851d4bc9977861646bb 100644 |
--- a/Source/core/page/PageAnimator.h |
+++ b/Source/core/page/PageAnimator.h |
@@ -15,7 +15,7 @@ class Page; |
class PageAnimator final : public RefCountedWillBeGarbageCollected<PageAnimator> { |
public: |
static PassRefPtrWillBeRawPtr<PageAnimator> create(Page&); |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
void scheduleVisualUpdate(LocalFrame* = 0); |
void serviceScriptedAnimations(double monotonicAnimationStartTime); |