| Index: Source/core/svg/SVGHKernElement.h
|
| diff --git a/Source/core/svg/SVGHKernElement.h b/Source/core/svg/SVGHKernElement.h
|
| index 376e0252b8cbed91cdc267bcbe4bd69ab3d6b0e2..40bee191b12df6a8a35380929f483517792f68d0 100644
|
| --- a/Source/core/svg/SVGHKernElement.h
|
| +++ b/Source/core/svg/SVGHKernElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGHKernElement : public SVGElement {
|
| +class SVGHKernElement FINAL : public SVGElement {
|
| public:
|
| static PassRefPtr<SVGHKernElement> create(const QualifiedName&, Document*);
|
|
|
|
|