| Index: Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.h b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| index b7c13cb39cc0c2c69dfb49b0772d5983eadf16e2..dec1fee291efb19f341ab17f471ac985e1f9c00a 100644
|
| --- a/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -43,10 +43,8 @@ class ShadowTreeStyleSheetCollection FINAL : public StyleSheetCollection {
|
| public:
|
| explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
|
|
|
| - bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
|
| -
|
| private:
|
| - void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
|
| + virtual void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
|
| };
|
|
|
| }
|
|
|