| Index: Source/core/svg/SVGPathSegArcAbs.h
|
| diff --git a/Source/core/svg/SVGPathSegArcAbs.h b/Source/core/svg/SVGPathSegArcAbs.h
|
| index 0130272cbfb581a6ddf0a05d7530319a8b514566..51976dd558310ecf27b25c8688f0620db3dec243 100644
|
| --- a/Source/core/svg/SVGPathSegArcAbs.h
|
| +++ b/Source/core/svg/SVGPathSegArcAbs.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGPathSegArcAbs FINAL : public SVGPathSegArc {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGPathSegArcAbs> 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 // SVGPathSegArcAbs_h
|
|
|