| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| index 1f6294480c8733bd24561d61c54576666316b273..e914768dd8802c8e105ad792652dcbb5fc25ce73 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| @@ -77,7 +77,7 @@ void LayoutSVGResourceFilter::removeClientFromCache(LayoutObject* client,
|
|
|
| bool filterCached = m_filter.contains(client);
|
| if (filterCached)
|
| - m_filter.remove(client);
|
| + m_filter.erase(client);
|
|
|
| // If the filter has a cached subtree, invalidate the associated display item.
|
| if (markForInvalidation && filterCached)
|
|
|