Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DocumentStyleSheetCollector.h
index 5e692ae..fef627c 100644 (file)
@@ -33,8 +33,8 @@
 namespace WebCore {
 
 class CSSStyleSheet;
-class StyleSheetCollectionBase;
 class StyleSheet;
+class StyleSheetCollection;
 
 class DocumentStyleSheetCollector {
 public:
@@ -54,7 +54,7 @@ private:
 
 class ActiveDocumentStyleSheetCollector FINAL : public DocumentStyleSheetCollector {
 public:
-    ActiveDocumentStyleSheetCollector(StyleSheetCollectionBase&);
+    ActiveDocumentStyleSheetCollector(StyleSheetCollection&);
 };
 
 class ImportedDocumentStyleSheetCollector FINAL : public DocumentStyleSheetCollector {