Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DocumentStyleSheetCollection.h
index 9f8d1c2..e277d24 100644 (file)
 #ifndef DocumentStyleSheetCollection_h
 #define DocumentStyleSheetCollection_h
 
-#include "core/dom/StyleSheetCollection.h"
+#include "core/dom/TreeScopeStyleSheetCollection.h"
 
 namespace WebCore {
 
 class CSSStyleSheet;
 class DocumentStyleSheetCollector;
 class StyleSheet;
-class StyleSheetCollection;
 class StyleEngine;
 class TreeScope;
 
-class DocumentStyleSheetCollection FINAL : public StyleSheetCollection {
+class DocumentStyleSheetCollection FINAL : public TreeScopeStyleSheetCollection {
     WTF_MAKE_NONCOPYABLE(DocumentStyleSheetCollection); WTF_MAKE_FAST_ALLOCATED;
 public:
     explicit DocumentStyleSheetCollection(TreeScope&);