| Index: third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| index 1ddda79d2a27bc6e41c641de1b11acac12c44347..0e190034b95d5fb51151b652d20fb8fe61b6014d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| @@ -58,8 +58,9 @@ void SVGMPathElement::buildPendingResource() {
|
| ASSERT(hasPendingResources());
|
| }
|
| } else if (isSVGPathElement(target)) {
|
| - // 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));
|
| }
|
|
|
|
|