Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: Source/WebCore/svg/SVGTRefElement.h

Issue 8203008: Merge 96707 - Crash in SVGTRefElement::updateReferencedText. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/text/tref-event-listener-crash-expected.txt ('k') | Source/WebCore/svg/SVGTRefElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « LayoutTests/svg/text/tref-event-listener-crash-expected.txt ('k') | Source/WebCore/svg/SVGTRefElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698