| Index: third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| index b0723842c20193af306aadf2755491d842ef6f90..f047b777d2a4138117eb5374480cb35c3b41e926 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| @@ -52,7 +52,7 @@ void SVGTreeScopeResources::addPendingResource(const AtomicString& id,
|
| return;
|
|
|
| HeapHashMap<AtomicString, Member<SVGPendingElements>>::AddResult result =
|
| - m_pendingResources.add(id, nullptr);
|
| + m_pendingResources.insert(id, nullptr);
|
| if (result.isNewEntry)
|
| result.storedValue->value = new SVGPendingElements;
|
| result.storedValue->value->insert(element);
|
|
|