summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLStyleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLStyleElement.h')
-rw-r--r--WebCore/html/HTMLStyleElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/HTMLStyleElement.h b/WebCore/html/HTMLStyleElement.h
index b4013b8..3d6958f 100644
--- a/WebCore/html/HTMLStyleElement.h
+++ b/WebCore/html/HTMLStyleElement.h
@@ -33,10 +33,11 @@ class StyleSheet;
class HTMLStyleElement : public HTMLElement, private StyleElement {
public:
static PassRefPtr<HTMLStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
+ virtual ~HTMLStyleElement();
void setType(const AtomicString&);
- StyleSheet* sheet();
+ using StyleElement::sheet;
private:
HTMLStyleElement(const QualifiedName&, Document*, bool createdByParser);