| Index: Source/core/svg/SVGPathSegArcRel.h
|
| diff --git a/Source/core/svg/SVGPathSegArcRel.h b/Source/core/svg/SVGPathSegArcRel.h
|
| index 984557d79f2f36c7d6feaecc542451b45d26ce21..0776d034a86a9c84cedb1dec31a53633b2e68425 100644
|
| --- a/Source/core/svg/SVGPathSegArcRel.h
|
| +++ b/Source/core/svg/SVGPathSegArcRel.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGPathSegArcRel FINAL : public SVGPathSegArc {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
|
| {
|
| @@ -46,4 +47,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPathSegArcRel_h
|
|
|