| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 003883537d88db0f3ac910ebd90033123715de93..0efc69a50005c412af110158905a502825ead50b 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -191,8 +191,6 @@ public:
|
|
|
| static const AtomicString& eventParameterName();
|
|
|
| - bool getStyleTransform(AffineTransform& matrix) const;
|
| -
|
| protected:
|
| SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
|
|
|
|
|