| Index: Source/core/svg/SVGLinearGradientElement.h
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h
|
| index afbbf3e45f58a8d3adacaafeef959b160b5da031..ab11bdaf4a6723598f85af744283dd9f40d7574f 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.h
|
| +++ b/Source/core/svg/SVGLinearGradientElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| struct LinearGradientAttributes;
|
|
|
| -class SVGLinearGradientElement : public SVGGradientElement {
|
| +class SVGLinearGradientElement FINAL : public SVGGradientElement {
|
| public:
|
| static PassRefPtr<SVGLinearGradientElement> create(const QualifiedName&, Document*);
|
|
|
|
|