| Index: Source/core/svg/SVGLineElement.h
|
| diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h
|
| index 4ee1b4be9acda07f7bf00558dc0124404f130866..65ca85f055728c309cc5b4121287c665409fc821 100644
|
| --- a/Source/core/svg/SVGLineElement.h
|
| +++ b/Source/core/svg/SVGLineElement.h
|
| @@ -31,10 +31,10 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGLineElement : public SVGStyledTransformableElement,
|
| - public SVGTests,
|
| - public SVGLangSpace,
|
| - public SVGExternalResourcesRequired {
|
| +class SVGLineElement FINAL : public SVGStyledTransformableElement,
|
| + public SVGTests,
|
| + public SVGLangSpace,
|
| + public SVGExternalResourcesRequired {
|
| public:
|
| static PassRefPtr<SVGLineElement> create(const QualifiedName&, Document*);
|
|
|
|
|