Index: Source/core/dom/ShadowTreeStyleSheetCollection.h |
diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.h b/Source/core/dom/ShadowTreeStyleSheetCollection.h |
index 2e0a97965b743ceb57a1bec8c37051b7384fc1da..a849d68cb2b8d5f2b3c24677fc498ef4423aea48 100644 |
--- a/Source/core/dom/ShadowTreeStyleSheetCollection.h |
+++ b/Source/core/dom/ShadowTreeStyleSheetCollection.h |
@@ -41,7 +41,7 @@ class StyleSheetCollections; |
class ShadowTreeStyleSheetCollection FINAL : public StyleSheetCollection { |
WTF_MAKE_NONCOPYABLE(ShadowTreeStyleSheetCollection); WTF_MAKE_FAST_ALLOCATED; |
public: |
- explicit ShadowTreeStyleSheetCollection(ShadowRoot*); |
+ explicit ShadowTreeStyleSheetCollection(ShadowRoot&); |
bool updateActiveStyleSheets(StyleSheetCollections*, StyleResolverUpdateMode); |