git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SVG element may reference arbitrary DOM element before running its insertion logic
[WebKit-https.git]
/
Source
/
WebCore
/
svg
/
animation
/
SVGSMILElement.h
diff --git
a/Source/WebCore/svg/animation/SVGSMILElement.h
b/Source/WebCore/svg/animation/SVGSMILElement.h
index
66966dc
..
fa01b60
100644
(file)
--- a/
Source/WebCore/svg/animation/SVGSMILElement.h
+++ b/
Source/WebCore/svg/animation/SVGSMILElement.h
@@
-120,6
+120,8
@@
protected:
virtual void setTargetElement(SVGElement*);
virtual void setAttributeName(const QualifiedName&);
+ virtual void didNotifySubtreeInsertions(ContainerNode*) override;
+
private:
void buildPendingResource() override;
void clearResourceReferences();