| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index 00005d3dd5f769912967767194a2197a9715be18..87a72d2e1a3e16207a0166c16bccff150045fe3a 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -353,6 +353,11 @@ void StyleEngine::collectDocumentStyleSheets(DocumentStyleSheetCollector& collec
|
| m_documentStyleSheetCollection.collectStyleSheets(this, collector);
|
| }
|
|
|
| +void StyleEngine::setStyleSheetsForStyleSheetList(const Vector<RefPtr<StyleSheet> >& sheets)
|
| +{
|
| + m_documentStyleSheetCollection.setSheetsForSheetList(sheets);
|
| +}
|
| +
|
| bool StyleEngine::updateActiveStyleSheets(StyleResolverUpdateMode updateMode)
|
| {
|
| ASSERT(isMaster());
|
|
|