Index: Source/core/animation/EffectModel.h |
diff --git a/Source/core/animation/EffectModel.h b/Source/core/animation/EffectModel.h |
index 35583a993769e2804c682b26481525a4fc753342..5fcd735a0b5d403595839e1c1bb1205c30946360 100644 |
--- a/Source/core/animation/EffectModel.h |
+++ b/Source/core/animation/EffectModel.h |
@@ -44,7 +44,7 @@ namespace blink { |
class Interpolation; |
-class CORE_EXPORT EffectModel : public RefCountedWillBeGarbageCollectedFinalized<EffectModel>, public ScriptWrappable { |
+class CORE_EXPORT EffectModel : public GarbageCollectedFinalized<EffectModel>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
enum CompositeOperation { |