| Index: Source/core/svg/SVGLengthTearOff.h
|
| diff --git a/Source/core/svg/SVGLengthTearOff.h b/Source/core/svg/SVGLengthTearOff.h
|
| index 92ae22883453a56b3d34d39e1761cec1a6c5d308..f48478e2a6f91f68548c882268a7f638d4d3c6f0 100644
|
| --- a/Source/core/svg/SVGLengthTearOff.h
|
| +++ b/Source/core/svg/SVGLengthTearOff.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGLengthTearOff : public NewSVGPropertyTearOff<SVGLength>, public ScriptWrappable {
|
| +class SVGLengthTearOff FINAL : public NewSVGPropertyTearOff<SVGLength>, public ScriptWrappable {
|
| public:
|
| // Forward declare these enums in the w3c naming scheme, for IDL generation
|
| enum {
|
|
|