| Index: Source/core/svg/SVGPathSegLinetoVerticalRel.h
|
| diff --git a/Source/core/svg/SVGPathSegLinetoVerticalRel.h b/Source/core/svg/SVGPathSegLinetoVerticalRel.h
|
| index 00adce8725a333a1c8e3c9edec0b199649237a16..9d42020949d166b98050d4ee12c7f7c2d5319114 100644
|
| --- a/Source/core/svg/SVGPathSegLinetoVerticalRel.h
|
| +++ b/Source/core/svg/SVGPathSegLinetoVerticalRel.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGPathSegLinetoVerticalRel FINAL : public SVGPathSegLinetoVertical {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, float y)
|
| {
|
| @@ -46,4 +47,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPathSegLinetoVerticalRel_h
|
|
|