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