summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/StyleSheetList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/StyleSheetList.h')
-rw-r--r--Source/WebCore/css/StyleSheetList.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/css/StyleSheetList.h b/Source/WebCore/css/StyleSheetList.h
index a486511..a019691 100644
--- a/Source/WebCore/css/StyleSheetList.h
+++ b/Source/WebCore/css/StyleSheetList.h
@@ -50,6 +50,11 @@ public:
{
m_sheets.swap(sheets);
}
+
+ Document* document()
+ {
+ return m_doc;
+ }
private:
StyleSheetList(Document*);