summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/CSSStyleSheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSStyleSheet.h')
-rw-r--r--Source/WebCore/css/CSSStyleSheet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/css/CSSStyleSheet.h b/Source/WebCore/css/CSSStyleSheet.h
index 428a11f9c..12190e072 100644
--- a/Source/WebCore/css/CSSStyleSheet.h
+++ b/Source/WebCore/css/CSSStyleSheet.h
@@ -80,7 +80,6 @@ public:
virtual bool isLoading() const OVERRIDE;
void clearOwnerRule() { m_ownerRule = 0; }
- CSSStyleSheet* rootStyleSheet() const;
Document* ownerDocument() const;
MediaQuerySet* mediaQueries() const { return m_mediaQueries.get(); }
void setMediaQueries(PassRefPtr<MediaQuerySet>);
@@ -102,6 +101,7 @@ public:
void didMutate();
void clearChildRuleCSSOMWrappers();
+ void reattachChildRuleCSSOMWrappers();
StyleSheetContents* contents() const { return m_contents.get(); }
@@ -115,7 +115,6 @@ private:
virtual String type() const { return "text/css"; }
bool canAccessRules() const;
- void reattachCSSOMWrappers();
RefPtr<StyleSheetContents> m_contents;
bool m_isInlineStylesheet;