| Index: Source/core/svg/SVGTitleElement.h
|
| diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h
|
| index fdbdb7ce528f558ccf19b0eee522bc615f823d77..8da00a1437b52cadda0385f4067786f11b42d5ee 100644
|
| --- a/Source/core/svg/SVGTitleElement.h
|
| +++ b/Source/core/svg/SVGTitleElement.h
|
| @@ -27,8 +27,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGTitleElement : public SVGStyledElement,
|
| - public SVGLangSpace {
|
| +class SVGTitleElement FINAL : public SVGStyledElement,
|
| + public SVGLangSpace {
|
| public:
|
| static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document*);
|
|
|
|
|