| Index: third_party/WebKit/Source/core/svg/SVGFilterElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.cpp b/third_party/WebKit/Source/core/svg/SVGFilterElement.cpp
|
| index a58eb82fc584fa047dcb44f38d604836a56486b9..3c59eabb35216b511e213257959a886f745cd2cf 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.cpp
|
| @@ -109,7 +109,7 @@ LayoutObject* SVGFilterElement::createLayoutObject(const ComputedStyle&)
|
| {
|
| LayoutSVGResourceFilter* layoutObject = new LayoutSVGResourceFilter(this);
|
|
|
| - for (const RefPtrWillBeMember<Node>& node : m_clientsToAdd)
|
| + for (const Member<Node>& node : m_clientsToAdd)
|
| layoutObject->addClientLayer(node.get());
|
| m_clientsToAdd.clear();
|
|
|
|
|