| Index: Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
|
| index 387f8d60df58eda67f96290d4b8161eca58b21d2..d1dfdd8f1ff5ce231b47e427673f5707934cc2b9 100644
|
| --- a/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/Source/core/svg/SVGPatternElement.cpp
|
| @@ -232,7 +232,7 @@ void SVGPatternElement::collectPatternAttributes(PatternAttributes& attributes)
|
| }
|
| }
|
|
|
| -AffineTransform SVGPatternElement::localCoordinateSpaceTransform(SVGLocatable::CTMScope) const
|
| +AffineTransform SVGPatternElement::localCoordinateSpaceTransform(SVGElement::CTMScope) const
|
| {
|
| AffineTransform matrix;
|
| patternTransformCurrentValue().concatenate(matrix);
|
|
|