| Index: third_party/WebKit/Source/core/svg/SVGStopElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStopElement.h b/third_party/WebKit/Source/core/svg/SVGStopElement.h
|
| index 0fcaee7a0f5aa0785f524a81b812ccb89341daf8..43cab604b1f208dd06272b8d37f2c6af07119b2d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStopElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStopElement.h
|
| @@ -47,7 +47,7 @@ private:
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
|
|
| - RefPtrWillBeMember<SVGAnimatedNumber> m_offset;
|
| + Member<SVGAnimatedNumber> m_offset;
|
| };
|
|
|
| } // namespace blink
|
|
|