diff --git a/layout/style/nsCSSRuleProcessor.h b/layout/style/nsCSSRuleProcessor.h index 9d695fedd3..3a018a8090 100644 --- a/layout/style/nsCSSRuleProcessor.h +++ b/layout/style/nsCSSRuleProcessor.h @@ -154,13 +154,13 @@ public: bool IsInRuleProcessorCache() const { return mInRuleProcessorCache; } bool IsUsedByMultipleStyleSets() const { return mStyleSetRefCnt > 1; } + static bool CascadeSheet(mozilla::CSSStyleSheet* aSheet, + CascadeLayer* aLayer); + protected: virtual ~nsCSSRuleProcessor(); private: - static bool CascadeSheet(mozilla::CSSStyleSheet* aSheet, - CascadeLayer* aLayer); - RuleProcessorGroup* GetGroup(nsPresContext* aPresContext); void RefreshGroup(nsPresContext* aPresContext);