| Index: Source/core/dom/StyleSheetCollection.cpp
|
| diff --git a/Source/core/dom/StyleSheetCollection.cpp b/Source/core/dom/StyleSheetCollection.cpp
|
| index 8603903adab752e8b01c0e143661343dd4764c35..3696186242d15e88bfbb80b21e30271802532547 100644
|
| --- a/Source/core/dom/StyleSheetCollection.cpp
|
| +++ b/Source/core/dom/StyleSheetCollection.cpp
|
| @@ -54,7 +54,7 @@ void StyleSheetCollection::swapSheetsForSheetList(Vector<RefPtr<StyleSheet> >& s
|
|
|
| void StyleSheetCollection::appendActiveStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& sheets)
|
| {
|
| - m_activeAuthorStyleSheets.append(sheets);
|
| + m_activeAuthorStyleSheets.appendVector(sheets);
|
| }
|
|
|
| void StyleSheetCollection::appendActiveStyleSheet(CSSStyleSheet* sheet)
|
|
|