diff options
Diffstat (limited to 'WebCore/svg/SVGDocument.h')
-rw-r--r-- | WebCore/svg/SVGDocument.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/svg/SVGDocument.h b/WebCore/svg/SVGDocument.h index b5d4076..58e3518 100644 --- a/WebCore/svg/SVGDocument.h +++ b/WebCore/svg/SVGDocument.h @@ -38,8 +38,6 @@ namespace WebCore { return adoptRef(new SVGDocument(frame, url)); } - virtual ~SVGDocument(); - SVGSVGElement* rootElement() const; void dispatchZoomEvent(float prevScale, float newScale); |