| Index: Source/core/svg/SVGPathSegMovetoAbs.h
|
| diff --git a/Source/core/svg/SVGPathSegMovetoAbs.h b/Source/core/svg/SVGPathSegMovetoAbs.h
|
| index 0c68f96278678b5243cb25bc92f51767aea86e15..8da98f5e3088bdc2cdb0626753d0260a1ce0b6e1 100644
|
| --- a/Source/core/svg/SVGPathSegMovetoAbs.h
|
| +++ b/Source/core/svg/SVGPathSegMovetoAbs.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGPathSegMovetoAbs FINAL : public SVGPathSegSingleCoordinate {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, float x, float y)
|
| {
|
| @@ -46,4 +47,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPathSegMovetoAbs_h
|
|
|