| Index: Source/core/svg/SVGTextElement.h
|
| diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h
|
| index 9326505ad031c894ad41281d85f53ad69f95b0a7..fae57e29efc56389fae9f3f1edf721871c31d362 100644
|
| --- a/Source/core/svg/SVGTextElement.h
|
| +++ b/Source/core/svg/SVGTextElement.h
|
| @@ -28,8 +28,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGTextElement : public SVGTextPositioningElement,
|
| - public SVGTransformable {
|
| +class SVGTextElement FINAL : public SVGTextPositioningElement,
|
| + public SVGTransformable {
|
| public:
|
| static PassRefPtr<SVGTextElement> create(const QualifiedName&, Document*);
|
|
|
|
|