| Index: Source/core/svg/SVGGlyphRefElement.h
|
| diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h
|
| index 5b3e43ed66c782dcc31d06de1f15118569775f43..259da0e00a347971ccd0cc753bc60d8a15bb24f6 100644
|
| --- a/Source/core/svg/SVGGlyphRefElement.h
|
| +++ b/Source/core/svg/SVGGlyphRefElement.h
|
| @@ -46,7 +46,6 @@ public:
|
| void setDx(float);
|
| float dy() const { return m_dy; }
|
| void setDy(float);
|
| - SVGAnimatedString* href() { return m_href.get(); }
|
|
|
| private:
|
| explicit SVGGlyphRefElement(Document&);
|
| @@ -56,7 +55,6 @@ private:
|
|
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
|
|
| - RefPtr<SVGAnimatedString> m_href;
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGlyphRefElement)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|
|
|