| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index 64ef4440c45c5b5d94f3b88e1082f8a50eec39cf..2f4fe2c5bde1464e0c6ea6b5ac7b3d43760ffbe9 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -310,7 +310,7 @@ void SVGElement::setInstanceUpdatesBlocked(bool value)
|
| svgRareData()->setInstanceUpdatesBlocked(value);
|
| }
|
|
|
| -AffineTransform SVGElement::localCoordinateSpaceTransform(SVGLocatable::CTMScope) const
|
| +AffineTransform SVGElement::localCoordinateSpaceTransform(CTMScope) const
|
| {
|
| // To be overriden by SVGGraphicsElement (or as special case SVGTextElement and SVGPatternElement)
|
| return AffineTransform();
|
|
|