| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index b3fe260a4cff6aad5c8d8de62a66eb4c4b2d9716..b159c439598d08db90423b47c0c06f2c36919406 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -108,6 +108,7 @@ public:
|
|
|
| void clearMediaQueryRuleSetStyleSheets();
|
| void collectDocumentStyleSheets(DocumentStyleSheetCollector&);
|
| + void setStyleSheetsForStyleSheetList(const Vector<RefPtr<StyleSheet> >&);
|
| bool updateActiveStyleSheets(StyleResolverUpdateMode);
|
|
|
| String preferredStylesheetSetName() const { return m_preferredStylesheetSetName; }
|
|
|