| Index: Source/core/svg/SVGSwitchElement.h
|
| diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h
|
| index 1bf7e6cd49ae5de7ee6b625f311e7eebe567f950..7b5c34d2389d59c82f1d7fbf8d232a04bbf5f0ab 100644
|
| --- a/Source/core/svg/SVGSwitchElement.h
|
| +++ b/Source/core/svg/SVGSwitchElement.h
|
| @@ -30,10 +30,10 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGSwitchElement : public SVGStyledTransformableElement,
|
| - public SVGTests,
|
| - public SVGLangSpace,
|
| - public SVGExternalResourcesRequired {
|
| +class SVGSwitchElement FINAL : public SVGStyledTransformableElement,
|
| + public SVGTests,
|
| + public SVGLangSpace,
|
| + public SVGExternalResourcesRequired {
|
| public:
|
| static PassRefPtr<SVGSwitchElement> create(const QualifiedName&, Document*);
|
|
|
|
|