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