Chromium Code Reviews| Index: Source/core/svg/SVGFEFuncBElement.h |
| diff --git a/Source/core/svg/SVGFEFuncBElement.h b/Source/core/svg/SVGFEFuncBElement.h |
| index 801f69ba70af127df37ec962705caa09b3f0bd86..248110b468e13d1aae475bcc7ca1aa2cfcefac51 100644 |
| --- a/Source/core/svg/SVGFEFuncBElement.h |
| +++ b/Source/core/svg/SVGFEFuncBElement.h |
| @@ -26,7 +26,7 @@ |
| namespace WebCore { |
| -class SVGFEFuncBElement : public SVGComponentTransferFunctionElement { |
| +class SVGFEFuncBElement FINAL : public SVGComponentTransferFunctionElement { |
| public: |
| static PassRefPtr<SVGFEFuncBElement> create(const QualifiedName&, Document*); |