| Index: third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.h b/third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| index 6354eb6a92078d758e22afc3fa4ca8545f7c36da..68066d06e73816ad7fd53b76f09428f4f6c84f7d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGClipPathElement.h
|
| @@ -52,7 +52,7 @@ private:
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_clipPathUnits;
|
| + Member<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_clipPathUnits;
|
| };
|
|
|
| } // namespace blink
|
|
|