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