| 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..598859dcdecb44249862eb0a2d3e9328f3101907 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.cpp
|
| @@ -111,7 +111,7 @@ void SVGTreeScopeResources::removeElementFromPendingResources(
|
|
|
| elements->remove(element);
|
| if (elements->isEmpty())
|
| - toBeRemoved.append(entry.key);
|
| + toBeRemoved.push_back(entry.key);
|
| }
|
|
|
| clearHasPendingResourcesIfPossible(element);
|
|
|