| 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 dc756bec4d477f3a28a9ef7eac19387b437e41ec..490619bfc782683bbbd247bfab7358e98f046cd4 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef InterpolationEnvironment_h
|
| #define InterpolationEnvironment_h
|
|
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
| @@ -38,8 +39,8 @@ public:
|
|
|
| private:
|
| StyleResolverState* m_state;
|
| - SVGElement* m_svgElement;
|
| - const SVGPropertyBase* m_svgBaseValue;
|
| + RawPtrWillBeMember<SVGElement> m_svgElement;
|
| + RawPtrWillBeMember<const SVGPropertyBase> m_svgBaseValue;
|
| };
|
|
|
| } // namespace blink
|
|
|