| Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
|
| index 0ac0f2230a4db7fdc488b11f04062ec7ce3081ea..29928f7cc9fc3939f1f1539b0fd7fb8519cc39a0 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
|
| @@ -80,7 +80,7 @@ void SVGFilterGraphNodeMap::addPrimitive(LayoutObject* object,
|
| // allow determining what effects needs to be invalidated when a certain
|
| // effect changes.
|
| for (unsigned i = 0; i < numberOfInputEffects; ++i)
|
| - effectReferences(effect->inputEffect(i)).add(effect);
|
| + effectReferences(effect->inputEffect(i)).insert(effect);
|
|
|
| // If object is null, that means the element isn't attached for some
|
| // reason, which in turn mean that certain types of invalidation will not
|
|
|