| Index: Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.h b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| index 802bfb23b1a520c63dffb041eeb5b3e4a69964ae..4c17031679becbb7d36ae1b38a0eae8d57c67aba 100644
|
| --- a/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -42,7 +42,7 @@ class ShadowTreeStyleSheetCollection final : public TreeScopeStyleSheetCollectio
|
| public:
|
| explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
|
|
|
| - void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
|
| + void updateActiveStyleSheets(StyleEngine&, StyleResolverUpdateMode);
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| @@ -50,7 +50,7 @@ public:
|
| }
|
|
|
| private:
|
| - void collectStyleSheets(StyleEngine*, StyleSheetCollection&);
|
| + void collectStyleSheets(StyleEngine&, StyleSheetCollection&);
|
| };
|
|
|
| }
|
|
|