| Index: Source/core/svg/SVGPathElement.h
|
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
|
| index fdf7039111f0b2ef08bd718cc0c74bff0fc0cbe8..4e8fe2502b0d8ceab07f7c6aecf1e8135b7261ab 100644
|
| --- a/Source/core/svg/SVGPathElement.h
|
| +++ b/Source/core/svg/SVGPathElement.h
|
| @@ -52,6 +52,7 @@ class SVGPathSegCurvetoQuadraticSmoothAbs;
|
| class SVGPathSegCurvetoQuadraticSmoothRel;
|
|
|
| class SVGPathElement FINAL : public SVGGeometryElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGPathElement);
|
|
|
| @@ -113,4 +114,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPathElement_h
|
|
|