| Index: Source/core/svg/SVGGraphicsElement.cpp
|
| diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp
|
| index 685aa3e24945d2ce166ee9b06917696723cf9d1f..313cc2e98f4e63e3eb3e3ff297f773389312d758 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -189,7 +189,7 @@ AffineTransform* SVGGraphicsElement::animateMotionTransform()
|
|
|
| void SVGGraphicsElement::svgAttributeChanged(const QualifiedName& attrName)
|
| {
|
| - // Reattach so the isValid() check will be run again during renderer creation.
|
| + // Reattach so the isValid() check will be run again during layoutObject creation.
|
| if (SVGTests::isKnownAttribute(attrName)) {
|
| SVGElement::InvalidationGuard invalidationGuard(this);
|
| lazyReattachIfAttached();
|
|
|