| Index: Source/core/svg/SVGStyledElement.cpp
|
| diff --git a/Source/core/svg/SVGStyledElement.cpp b/Source/core/svg/SVGStyledElement.cpp
|
| index bc6d95d539c7c897d07b5087644523f193c878ee..9a683d42b3af1a2967889f2ec43843f9a8db2829 100644
|
| --- a/Source/core/svg/SVGStyledElement.cpp
|
| +++ b/Source/core/svg/SVGStyledElement.cpp
|
| @@ -426,7 +426,7 @@ void SVGStyledElement::setInstanceUpdatesBlocked(bool value)
|
|
|
| AffineTransform SVGStyledElement::localCoordinateSpaceTransform(SVGLocatable::CTMScope) const
|
| {
|
| - // To be overriden by SVGStyledLocatableElement/SVGStyledTransformableElement (or as special case SVGTextElement and SVGPatternElement)
|
| + // To be overriden by SVGStyledLocatableElement/SVGGraphicsElement (or as special case SVGTextElement and SVGPatternElement)
|
| return AffineTransform();
|
| }
|
|
|
|
|