Index: Source/core/dom/DocumentStyleSheetCollection.h |
diff --git a/Source/core/dom/DocumentStyleSheetCollection.h b/Source/core/dom/DocumentStyleSheetCollection.h |
index a363aacb104b7a358a2f94202a814c993811913e..2cf63b88a7df1ed6507ef279888c11cbaa5dad9f 100644 |
--- a/Source/core/dom/DocumentStyleSheetCollection.h |
+++ b/Source/core/dom/DocumentStyleSheetCollection.h |
@@ -107,7 +107,7 @@ public: |
private: |
DocumentStyleSheetCollection(Document*); |
- void collectActiveStyleSheets(Vector<RefPtr<StyleSheet> >&); |
+ void collectStyleSheets(Vector<RefPtr<StyleSheet> >& styleSheets, Vector<RefPtr<CSSStyleSheet> >& activeSheets); |
enum StyleResolverUpdateType { |
Reconstruct, |
Reset, |