| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index e62534c25eaa2601cd28cc1187e1f2a809755cbc..ffa4bfb1c828e7fc6dcbfe2c50ca74e981487232 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -44,14 +44,12 @@ public:
|
| void setFormat(const AtomicString&, ExceptionState&);
|
|
|
| bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
|
| - SVGAnimatedString* href() { return m_href.get(); }
|
|
|
| private:
|
| explicit SVGAltGlyphElement(Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
|
|
| - RefPtr<SVGAnimatedString> m_href;
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAltGlyphElement)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|