Chromium Code Reviews| Index: Source/core/svg/SVGFEMergeElement.h |
| diff --git a/Source/core/svg/SVGFEMergeElement.h b/Source/core/svg/SVGFEMergeElement.h |
| index ba27b06120cc66cfa52041376c104126cc334046..f5c5be28e2e9ddf01db9b1438d4f95066c420117 100644 |
| --- a/Source/core/svg/SVGFEMergeElement.h |
| +++ b/Source/core/svg/SVGFEMergeElement.h |
| @@ -27,7 +27,7 @@ |
| namespace WebCore { |
| -class SVGFEMergeElement : public SVGFilterPrimitiveStandardAttributes { |
| +class SVGFEMergeElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
| public: |
| static PassRefPtr<SVGFEMergeElement> create(const QualifiedName&, Document*); |