| Index: Source/core/svg/SVGTextPathElement.h
|
| diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h
|
| index 00eb5be86935380a30d5f7eeb8bcd6b73927858b..bd95819c6445ee9570a4350ed165c94157f914a6 100644
|
| --- a/Source/core/svg/SVGTextPathElement.h
|
| +++ b/Source/core/svg/SVGTextPathElement.h
|
| @@ -97,8 +97,8 @@ struct SVGPropertyTraits<SVGTextPathSpacingType> {
|
| }
|
| };
|
|
|
| -class SVGTextPathElement : public SVGTextContentElement,
|
| - public SVGURIReference {
|
| +class SVGTextPathElement FINAL : public SVGTextContentElement,
|
| + public SVGURIReference {
|
| public:
|
| // Forward declare enumerations in the W3C naming scheme, for IDL generation.
|
| enum {
|
|
|