| Index: Source/core/svg/SVGFESpecularLightingElement.h
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h
|
| index 0cb21898c401b19ff39c7efe58827143b50f1c32..6160852a00d92c920278adfabe5e207dcb53838a 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.h
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGFESpecularLightingElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFESpecularLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFESpecularLightingElement> create(const QualifiedName&, Document*);
|
| void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&);
|
|
|