| 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 bbbff094551366841835459f76fd72c4f1286a5a..d48cd5c37448d9fb37e76e32ba0eaa18a56290aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -99,8 +99,9 @@ void SVGFEImageElement::buildPendingResource() {
|
| ASSERT(hasPendingResources());
|
| }
|
| } else if (target->isSVGElement()) {
|
| - // Register us with the target in the dependencies map. Any change of hrefElement
|
| - // that leads to relayout/repainting now informs us, so we can react to it.
|
| + // Register us with the target in the dependencies map. Any change of
|
| + // hrefElement that leads to relayout/repainting now informs us, so we can
|
| + // react to it.
|
| addReferenceTo(toSVGElement(target));
|
| }
|
|
|
|
|