| Index: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| index 6e672b22c4f80f386c0ccfd701c90e2f4d850ae9..d6b7b67a5be6f0dc9b77a9ee5d262ba697c8d2bd 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp
|
| @@ -225,7 +225,7 @@ void SVGDocumentExtensions::removeElementFromPendingResources(
|
|
|
| elements->remove(element);
|
| if (elements->isEmpty())
|
| - toBeRemoved.append(entry.key);
|
| + toBeRemoved.push_back(entry.key);
|
| }
|
|
|
| clearHasPendingResourcesIfPossible(element);
|
|
|