| Index: third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| index 490619bfc782683bbbd247bfab7358e98f046cd4..b89c91a228f9e647e734296c3141a757e8b873cf 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| @@ -39,8 +39,8 @@ public:
|
|
|
| private:
|
| StyleResolverState* m_state;
|
| - RawPtrWillBeMember<SVGElement> m_svgElement;
|
| - RawPtrWillBeMember<const SVGPropertyBase> m_svgBaseValue;
|
| + Member<SVGElement> m_svgElement;
|
| + Member<const SVGPropertyBase> m_svgBaseValue;
|
| };
|
|
|
| } // namespace blink
|
|
|