| Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
|
| index a84e11ec8f0777954cab41562508c857dfe85542..f2287cb63bc8b662959871b8ec6b2e9683998231 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -55,6 +55,7 @@ DEFINE_TRACE(SVGFEImageElement)
|
| visitor->trace(m_cachedImage);
|
| SVGFilterPrimitiveStandardAttributes::trace(visitor);
|
| SVGURIReference::trace(visitor);
|
| + ResourceClient::trace(visitor);
|
| }
|
|
|
| bool SVGFEImageElement::currentFrameHasSingleSecurityOrigin() const
|
|
|