summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGStyleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGStyleElement.h')
-rw-r--r--WebCore/svg/SVGStyleElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/svg/SVGStyleElement.h b/WebCore/svg/SVGStyleElement.h
index bb46549..acf358e 100644
--- a/WebCore/svg/SVGStyleElement.h
+++ b/WebCore/svg/SVGStyleElement.h
@@ -33,8 +33,9 @@ class SVGStyleElement : public SVGElement
, public StyleElement {
public:
static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
+ virtual ~SVGStyleElement();
- StyleSheet* sheet();
+ using StyleElement::sheet;
virtual const AtomicString& type() const;
void setType(const AtomicString&, ExceptionCode&);