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