| 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 e014e49f24f243ffc15f43e555d462b530337018..6347b64e53f784f030214ea2b503dfb51018e05b 100644
|
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| @@ -188,7 +188,7 @@ StylePropertySet* computePresentationAttributeStyle(Element& element) {
|
| PresentationAttributeCache::ValueType* cacheValue;
|
| if (cacheHash) {
|
| cacheValue =
|
| - presentationAttributeCache().add(cacheHash, nullptr).storedValue;
|
| + presentationAttributeCache().insert(cacheHash, nullptr).storedValue;
|
| if (cacheValue->value && cacheValue->value->key != cacheKey)
|
| cacheHash = 0;
|
| } else {
|
|
|