Chromium Code Reviews| Index: WebCore/svg/SVGCursorElement.h |
| =================================================================== |
| --- WebCore/svg/SVGCursorElement.h (revision 73472) |
| +++ WebCore/svg/SVGCursorElement.h (working copy) |
| @@ -42,6 +42,7 @@ |
| void addClient(SVGElement*); |
| void removeClient(SVGElement*); |
| + void removeReferencedElement(SVGElement*); |
| private: |
| SVGCursorElement(const QualifiedName&, Document*); |