Index: Source/WebCore/svg/SVGTextContentElement.h |
=================================================================== |
--- Source/WebCore/svg/SVGTextContentElement.h (revision 90860) |
+++ Source/WebCore/svg/SVGTextContentElement.h (working copy) |
@@ -72,6 +72,7 @@ |
void fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap&); |
virtual bool selfHasRelativeLengths() const; |
+ virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
private: |
virtual bool isTextContent() const { return true; } |