| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index f92156b1e8643485ba7b89ae533831dbac0ae1f4..c06a8d6a2c5bb1e6a626030fae0656596b7a4698 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -55,7 +55,6 @@ public:
|
| SVGAnimatedLength* height() const { return m_height.get(); }
|
| SVGAnimatedRect* viewBox() const { return m_viewBox.get(); }
|
| SVGAnimatedPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); }
|
| - SVGAnimatedString* href() { return m_href.get(); }
|
|
|
| private:
|
| explicit SVGPatternElement(Document&);
|
| @@ -78,7 +77,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_height;
|
| RefPtr<SVGAnimatedRect> m_viewBox;
|
| RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
|
| - RefPtr<SVGAnimatedString> m_href;
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGPatternElement)
|
| DECLARE_ANIMATED_ENUMERATION(PatternUnits, patternUnits, SVGUnitTypes::SVGUnitType)
|
| DECLARE_ANIMATED_ENUMERATION(PatternContentUnits, patternContentUnits, SVGUnitTypes::SVGUnitType)
|
|
|