Index: Source/core/dom/StyleSheetCollections.h |
diff --git a/Source/core/dom/StyleSheetCollections.h b/Source/core/dom/StyleSheetCollections.h |
index 978d1b0a8b466a32d87d42eb91846a389dc9a16b..f9096e489a344c208f1fbc6b593ad973c92c37f9 100644 |
--- a/Source/core/dom/StyleSheetCollections.h |
+++ b/Source/core/dom/StyleSheetCollections.h |
@@ -114,8 +114,8 @@ public: |
private: |
StyleSheetCollections(Document&); |
- StyleSheetCollection* ensureStyleSheetCollectionFor(TreeScope&); |
- StyleSheetCollection* styleSheetCollectionFor(TreeScope&); |
+ StyleSheetCollection* ensureStyleSheetCollectionFor(NonNullPtr<TreeScope>); |
+ StyleSheetCollection* styleSheetCollectionFor(NonNullPtr<TreeScope>); |
void activeStyleSheetsUpdatedForInspector(); |
bool shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode); |