| Index: Source/core/dom/RequestAnimationFrameCallback.h
|
| diff --git a/Source/core/dom/RequestAnimationFrameCallback.h b/Source/core/dom/RequestAnimationFrameCallback.h
|
| index 2eee23e51ccc0bc6d6078f1822dfba632ea32c1f..b8fd4885d337c57a0fdcaf398896ac769d9885cf 100644
|
| --- a/Source/core/dom/RequestAnimationFrameCallback.h
|
| +++ b/Source/core/dom/RequestAnimationFrameCallback.h
|
| @@ -38,7 +38,7 @@ namespace blink {
|
| class RequestAnimationFrameCallback : public GarbageCollectedFinalized<RequestAnimationFrameCallback> {
|
| public:
|
| virtual ~RequestAnimationFrameCallback() { }
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| virtual void handleEvent(double highResTimeMs) = 0;
|
|
|
| int m_id;
|
|
|