| Index: Source/core/page/PageAnimator.cpp
|
| diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp
|
| index d4e8024fa54e51daffb7ae62aefcff2133a6676a..752a59083ebcc77be2d3963acbd1ce0721dea99d 100644
|
| --- a/Source/core/page/PageAnimator.cpp
|
| +++ b/Source/core/page/PageAnimator.cpp
|
| @@ -29,7 +29,7 @@ PassRefPtrWillBeRawPtr<PageAnimator> PageAnimator::create(Page& page)
|
| return adoptRefWillBeNoop(new PageAnimator(page));
|
| }
|
|
|
| -void PageAnimator::trace(Visitor* visitor)
|
| +DEFINE_TRACE(PageAnimator)
|
| {
|
| visitor->trace(m_page);
|
| }
|
|
|