| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 13780119cf22ae36c41c70dd3b7a6f665678027c..85404b3b5aa647d84ddbfc37486b9c7514d05e07 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| void collectPatternAttributes(PatternAttributes&) const;
|
|
|
| - virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const;
|
| + virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const;
|
|
|
| private:
|
| SVGPatternElement(const QualifiedName&, Document&);
|
|
|