| Index: third_party/WebKit/Source/core/dom/DocumentStyleSheetCollector.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollector.cpp b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollector.cpp
|
| index 2a947f9b549baf6025eca003324a1f16f65e2beb..7a0325253faff78225c9027ea568dcbdd1674167 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollector.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollector.cpp
|
| @@ -57,7 +57,7 @@ void DocumentStyleSheetCollector::appendActiveStyleSheet(CSSStyleSheet* sheet) {
|
|
|
| void DocumentStyleSheetCollector::appendSheetForList(StyleSheet* sheet) {
|
| if (m_styleSheetsForStyleSheetList) {
|
| - m_styleSheetsForStyleSheetList->append(sheet);
|
| + m_styleSheetsForStyleSheetList->push_back(sheet);
|
| } else {
|
| m_collection->appendSheetForList(sheet);
|
| }
|
|
|