| Index: third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| index f9fcf8254b3253900cf80996426312a64535098b..a9009bbaefaec5908867b46f6879de12ebfcd2b2 100644
|
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| @@ -143,7 +143,7 @@ static void makePresentationAttributeCacheKey(
|
| // Disallow caching.
|
| if (attr.name() == backgroundAttr)
|
| return;
|
| - result.attributesAndValues.append(
|
| + result.attributesAndValues.push_back(
|
| std::make_pair(attr.localName().impl(), attr.value()));
|
| }
|
| if (result.attributesAndValues.isEmpty())
|
|
|