| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 96dde7850b573fa139dabd34e1359a372fe71ce4..d8df822fec7f5d8313e96f028c6280bd363db7a9 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -58,7 +58,7 @@ public:
|
| SVGDocumentExtensions* accessDocumentSVGExtensions();
|
|
|
| virtual bool isSVGStyledElement() const { return false; }
|
| - virtual bool isStyledTransformable() const { return false; }
|
| + virtual bool isSVGGraphicsElement() const { return false; }
|
| virtual bool isStyledLocatable() const { return false; }
|
| virtual bool isSVGSVGElement() const { return false; }
|
| virtual bool isFilterEffect() const { return false; }
|
|
|