Index: Source/core/svg/SVGFEFuncRElement.h |
diff --git a/Source/core/svg/SVGFEFuncRElement.h b/Source/core/svg/SVGFEFuncRElement.h |
index 4301fedd6cf445e30b3de946a4dd2adb0958a74e..a6e39df610d4b682be8fc383015f71092bd74634 100644 |
--- a/Source/core/svg/SVGFEFuncRElement.h |
+++ b/Source/core/svg/SVGFEFuncRElement.h |
@@ -26,7 +26,7 @@ |
namespace WebCore { |
-class SVGFEFuncRElement : public SVGComponentTransferFunctionElement { |
+class SVGFEFuncRElement FINAL : public SVGComponentTransferFunctionElement { |
public: |
static PassRefPtr<SVGFEFuncRElement> create(const QualifiedName&, Document*); |