Index: Source/WebCore/rendering/svg/RenderSVGText.h |
=================================================================== |
--- Source/WebCore/rendering/svg/RenderSVGText.h (revision 118875) |
+++ Source/WebCore/rendering/svg/RenderSVGText.h (working copy) |
@@ -52,7 +52,7 @@ |
Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } |
void subtreeChildWasAdded(RenderObject*); |
- void subtreeChildWillBeRemoved(RenderSVGInlineText*, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes); |
+ void subtreeChildWillBeRemoved(RenderObject*, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes); |
void subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes); |
void subtreeStyleDidChange(RenderSVGInlineText*); |
void subtreeTextDidChange(RenderSVGInlineText*); |