| Index: Source/core/svg/SVGViewElement.h
|
| diff --git a/Source/core/svg/SVGViewElement.h b/Source/core/svg/SVGViewElement.h
|
| index 1ca9c5028879ed822a95e6523077935dfdef96f2..cdce3887dc0aae47f51445d17386a11bb4747bac 100644
|
| --- a/Source/core/svg/SVGViewElement.h
|
| +++ b/Source/core/svg/SVGViewElement.h
|
| @@ -33,10 +33,10 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGViewElement : public SVGStyledElement,
|
| - public SVGExternalResourcesRequired,
|
| - public SVGFitToViewBox,
|
| - public SVGZoomAndPan {
|
| +class SVGViewElement FINAL : public SVGStyledElement,
|
| + public SVGExternalResourcesRequired,
|
| + public SVGFitToViewBox,
|
| + public SVGZoomAndPan {
|
| public:
|
| static PassRefPtr<SVGViewElement> create(const QualifiedName&, Document*);
|
|
|
|
|