| Index: Source/core/svg/SVGTRefElement.h
|
| diff --git a/Source/core/svg/SVGTRefElement.h b/Source/core/svg/SVGTRefElement.h
|
| index 7224287b58fefca621eb8bf6d9cd05a25a206795..2801ba51ef69dd2e4f5615df80539b4a18920858 100644
|
| --- a/Source/core/svg/SVGTRefElement.h
|
| +++ b/Source/core/svg/SVGTRefElement.h
|
| @@ -29,8 +29,8 @@ namespace WebCore {
|
|
|
| class SVGTRefTargetEventListener;
|
|
|
| -class SVGTRefElement : public SVGTextPositioningElement,
|
| - public SVGURIReference {
|
| +class SVGTRefElement FINAL : public SVGTextPositioningElement,
|
| + public SVGURIReference {
|
| public:
|
| static PassRefPtr<SVGTRefElement> create(const QualifiedName&, Document*);
|
|
|
|
|