diff options
Diffstat (limited to 'Source/WebCore/dom/StyleElement.h')
-rw-r--r-- | Source/WebCore/dom/StyleElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/StyleElement.h b/Source/WebCore/dom/StyleElement.h index 05c07c5..4356c17 100644 --- a/Source/WebCore/dom/StyleElement.h +++ b/Source/WebCore/dom/StyleElement.h @@ -37,7 +37,7 @@ protected: virtual const AtomicString& type() const = 0; virtual const AtomicString& media() const = 0; - StyleSheet* sheet() { return m_sheet.get(); } + StyleSheet* sheet() const { return m_sheet.get(); } bool isLoading() const; bool sheetLoaded(Document*); |