| Index: third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementDataCache.cpp b/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| index 2066e3521e87307e7b3cfff99fc05126eb9833a2..55cc4a9232e630ade84e4c6ac57cc7cc27b04de3 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
|
| @@ -49,7 +49,7 @@ ElementDataCache::cachedShareableElementDataWithAttributes(
|
| DCHECK(!attributes.isEmpty());
|
|
|
| ShareableElementDataCache::ValueType* it =
|
| - m_shareableElementDataCache.add(attributeHash(attributes), nullptr)
|
| + m_shareableElementDataCache.insert(attributeHash(attributes), nullptr)
|
| .storedValue;
|
|
|
| // FIXME: This prevents sharing when there's a hash collision.
|
|
|