summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/StyleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/StyleElement.h')
-rw-r--r--WebCore/dom/StyleElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/StyleElement.h b/WebCore/dom/StyleElement.h
index 65f6310..05c07c5 100644
--- a/WebCore/dom/StyleElement.h
+++ b/WebCore/dom/StyleElement.h
@@ -37,7 +37,7 @@ protected:
virtual const AtomicString& type() const = 0;
virtual const AtomicString& media() const = 0;
- StyleSheet* sheet(Element*);
+ StyleSheet* sheet() { return m_sheet.get(); }
bool isLoading() const;
bool sheetLoaded(Document*);