| Index: Source/core/animation/SampledEffect.h
|
| diff --git a/Source/core/animation/SampledEffect.h b/Source/core/animation/SampledEffect.h
|
| index 880bbdda2f5f512efa0b8773d31093235eb33f65..e3cc745c9e8c37bf84400242ab951b39ff76ad6b 100644
|
| --- a/Source/core/animation/SampledEffect.h
|
| +++ b/Source/core/animation/SampledEffect.h
|
| @@ -38,7 +38,7 @@ public:
|
|
|
| void removeReplacedInterpolationsIfNeeded(const BitArray<numCSSProperties>&);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| SampledEffect(Animation*, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > >);
|
|
|