Index: Source/WebCore/svg/SVGTRefElement.h |
=================================================================== |
--- Source/WebCore/svg/SVGTRefElement.h (revision 96953) |
+++ Source/WebCore/svg/SVGTRefElement.h (working copy) |
@@ -38,6 +38,7 @@ |
friend class SubtreeModificationEventListener; |
SVGTRefElement(const QualifiedName&, Document*); |
+ virtual ~SVGTRefElement(); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseMappedAttribute(Attribute*); |
@@ -50,6 +51,8 @@ |
virtual void insertedIntoDocument(); |
virtual void removedFromDocument(); |
+ void clearEventListener(); |
+ |
void updateReferencedText(); |
virtual void buildPendingResource(); |