| Index: third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGCircleElement.h b/third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| index c1beaad3cc5aa265ab3babf4f74da88ff0f2f60f..418f9846353059d7042b44e3085a980e37816319 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGCircleElement.h
|
| @@ -55,9 +55,9 @@ private:
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| - RefPtrWillBeMember<SVGAnimatedLength> m_cx;
|
| - RefPtrWillBeMember<SVGAnimatedLength> m_cy;
|
| - RefPtrWillBeMember<SVGAnimatedLength> m_r;
|
| + Member<SVGAnimatedLength> m_cx;
|
| + Member<SVGAnimatedLength> m_cy;
|
| + Member<SVGAnimatedLength> m_r;
|
| };
|
|
|
| } // namespace blink
|
|
|