Index: Source/core/dom/StyleSheetCollection.h |
diff --git a/Source/core/dom/StyleSheetCollection.h b/Source/core/dom/StyleSheetCollection.h |
index eddab7c451539ced7b86d4ea8deb640796cd6471..61e8a53214fdff6fedc51e169a6e82b2261b43b5 100644 |
--- a/Source/core/dom/StyleSheetCollection.h |
+++ b/Source/core/dom/StyleSheetCollection.h |
@@ -68,6 +68,7 @@ public: |
void appendActiveStyleSheets(const Vector<RefPtr<CSSStyleSheet> >&); |
void appendActiveStyleSheet(CSSStyleSheet*); |
void appendSheetForList(StyleSheet*); |
+ void setSheetsForSheetList(const Vector<RefPtr<StyleSheet> >&); |
protected: |
Vector<RefPtr<StyleSheet> > m_styleSheetsForStyleSheetList; |