| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.h b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| index f468153b6d32d3547c785cca7c65dca9c92f74da..b549f43ef712c47a6ab996956136e1d76677a0d9 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| @@ -109,7 +109,7 @@ protected:
|
| private:
|
| KeyframeEffect(Element*, EffectModel*, const Timing&, Priority, EventDelegate*);
|
|
|
| - RawPtrWillBeMember<Element> m_target;
|
| + Member<Element> m_target;
|
| Member<EffectModel> m_model;
|
| Member<SampledEffect> m_sampledEffect;
|
|
|
|
|