| Index: Source/core/svg/SVGFEDropShadowElement.h
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h
|
| index 5e94be604d91359ae64f68399cd7587de359224b..94a65134cb994be191a61ec3760cf94699081bd3 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.h
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGFEDropShadowElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFEDropShadowElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFEDropShadowElement> create(const QualifiedName&, Document*);
|
|
|
|
|