Index: Source/core/dom/DocumentStyleSheetCollection.h |
diff --git a/Source/core/dom/DocumentStyleSheetCollection.h b/Source/core/dom/DocumentStyleSheetCollection.h |
index 4072cc84d8240f88c743c3ef2570715c064b84e6..9f035f00344d6d6f58020f7383213178f919082b 100644 |
--- a/Source/core/dom/DocumentStyleSheetCollection.h |
+++ b/Source/core/dom/DocumentStyleSheetCollection.h |
@@ -41,7 +41,7 @@ class TreeScope; |
class DocumentStyleSheetCollection FINAL : public StyleSheetCollection { |
WTF_MAKE_NONCOPYABLE(DocumentStyleSheetCollection); WTF_MAKE_FAST_ALLOCATED; |
public: |
- explicit DocumentStyleSheetCollection(TreeScope*); |
+ explicit DocumentStyleSheetCollection(TreeScope&); |
bool updateActiveStyleSheets(StyleSheetCollections*, StyleResolverUpdateMode); |