| Index: Source/core/svg/SVGPointTearOff.h
|
| diff --git a/Source/core/svg/SVGPointTearOff.h b/Source/core/svg/SVGPointTearOff.h
|
| index 88d0ad995d82f4efcd007a433d6344792b22fa96..0560f7146a508d7e77e42486701bf0b4110999ff 100644
|
| --- a/Source/core/svg/SVGPointTearOff.h
|
| +++ b/Source/core/svg/SVGPointTearOff.h
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGMatrix;
|
| +class SVGMatrixTearOff;
|
|
|
| class SVGPointTearOff : public NewSVGPropertyTearOff<SVGPoint>, public ScriptWrappable {
|
| public:
|
| @@ -51,7 +51,7 @@ public:
|
| float x() { return target()->x(); }
|
| float y() { return target()->y(); }
|
|
|
| - PassRefPtr<SVGPointTearOff> matrixTransform(SVGMatrix);
|
| + PassRefPtr<SVGPointTearOff> matrixTransform(PassRefPtr<SVGMatrixTearOff>);
|
|
|
| protected:
|
| SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = nullQName());
|
|
|