| Index: third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp b/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| index 139bd47ad9207c07ebbda5a9593414aadba86f5f..29e2c7d2335509590d2825def2778c2f953c6c4b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| @@ -129,7 +129,7 @@ void SVGElementProxy::removeClient(SVGResourceClient* client) {
|
| observer->unregister();
|
| m_observers.erase(observer->treeScope());
|
| }
|
| - m_clients.remove(entry);
|
| + m_clients.erase(entry);
|
| }
|
|
|
| void SVGElementProxy::resolve(Document& document) {
|
|
|