summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAltGlyphElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAltGlyphElement.h')
-rw-r--r--WebCore/svg/SVGAltGlyphElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/svg/SVGAltGlyphElement.h b/WebCore/svg/SVGAltGlyphElement.h
index 7c67a71..b571880 100644
--- a/WebCore/svg/SVGAltGlyphElement.h
+++ b/WebCore/svg/SVGAltGlyphElement.h
@@ -47,9 +47,6 @@ namespace WebCore {
SVGGlyphElement* glyphElement() const;
- protected:
- virtual const SVGElement* contextElement() const { return this; }
-
private:
// SVGURIReference
ANIMATED_PROPERTY_DECLARATIONS(SVGAltGlyphElement, SVGURIReferenceIdentifier, XLinkNames::hrefAttrString, String, Href, href)