| Index: third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index f5f240e50cfc205bb85f567fbd87039f1dab6465..e9c2d4888538f05ff361cbbdaf9e1b41f9006c04 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -223,7 +223,7 @@ void XSLStyleSheet::loadChildSheets() {
|
|
|
| void XSLStyleSheet::loadChildSheet(const String& href) {
|
| XSLImportRule* childRule = XSLImportRule::create(this, href);
|
| - m_children.append(childRule);
|
| + m_children.push_back(childRule);
|
| childRule->loadSheet();
|
| }
|
|
|
|
|