| Index: Source/core/svg/SVGStyleElement.h
|
| diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h
|
| index 8171f4e040b2962fac47f36a748403441664d136..c9d236b6ea917423d8fd03895957018409d31765 100644
|
| --- a/Source/core/svg/SVGStyleElement.h
|
| +++ b/Source/core/svg/SVGStyleElement.h
|
| @@ -28,9 +28,9 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGStyleElement : public SVGElement
|
| - , public SVGLangSpace
|
| - , public StyleElement {
|
| +class SVGStyleElement FINAL : public SVGElement
|
| + , public SVGLangSpace
|
| + , public StyleElement {
|
| public:
|
| static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
|
| virtual ~SVGStyleElement();
|
|
|