summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFontData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFontData.h')
-rw-r--r--WebCore/svg/SVGFontData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFontData.h b/WebCore/svg/SVGFontData.h
index c66aa23..e897a59 100644
--- a/WebCore/svg/SVGFontData.h
+++ b/WebCore/svg/SVGFontData.h
@@ -28,7 +28,7 @@ namespace WebCore {
class SVGFontData : public Noncopyable {
public:
SVGFontData(SVGFontFaceElement*);
- virtual ~SVGFontData();
+ virtual ~SVGFontData() { }
SVGFontFaceElement* svgFontFaceElement() const { return m_svgFontFaceElement; }