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