| 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 7b477946ec45e5b024162e445390d4e9b2ed5b32..8a70b810a2e0cf617166ce9cbe882a921d687044 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| @@ -55,7 +55,7 @@ void SVGTreeScopeResources::addPendingResource(const AtomicString& id,
|
| m_pendingResources.add(id, nullptr);
|
| if (result.isNewEntry)
|
| result.storedValue->value = new SVGPendingElements;
|
| - result.storedValue->value->add(element);
|
| + result.storedValue->value->insert(element);
|
|
|
| element->setHasPendingResources();
|
| }
|
|
|