| Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| index 4fe3ecaf4e254bc27a2245873749f9ac2e53d077..a84beaea52080ef05ff4b5f06869307a455d20ac 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -137,7 +137,7 @@ StyleEngine::styleSheetsForStyleSheetList(TreeScope& treeScope) {
|
| }
|
|
|
| void StyleEngine::injectAuthorSheet(StyleSheetContents* authorSheet) {
|
| - m_injectedAuthorStyleSheets.append(TraceWrapperMember<CSSStyleSheet>(
|
| + m_injectedAuthorStyleSheets.push_back(TraceWrapperMember<CSSStyleSheet>(
|
| this, CSSStyleSheet::create(authorSheet, *m_document)));
|
| markDocumentDirty();
|
| resolverChanged(AnalyzedStyleUpdate);
|
|
|