Index: WebCore/svg/SVGElement.h |
=================================================================== |
--- WebCore/svg/SVGElement.h (revision 73472) |
+++ WebCore/svg/SVGElement.h (working copy) |
@@ -75,7 +75,9 @@ |
bool boundingBox(FloatRect&, SVGLocatable::StyleUpdateStrategy = SVGLocatable::AllowStyleUpdate) const; |
void setCursorElement(SVGCursorElement*); |
+ void cursorElementRemoved(); |
void setCursorImageValue(CSSCursorImageValue*); |
+ void cursorImageElementRemoved(); |
virtual void updateAnimatedSVGAttribute(const QualifiedName&) const; |