| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 48bc4bf7400ec4b87ac69fe77e0d701df61d789b..23e78b4e406b439704ed281658aa5b30f00a1031 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -169,7 +169,7 @@ private:
|
| DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| - virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const;
|
| + virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const;
|
|
|
| bool m_useCurrentView;
|
| SVGZoomAndPanType m_zoomAndPan;
|
|
|