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