Index: Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h b/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h |
index e5631d7b1f8cd259d8bf9fe7874c92cd3568f108..db8cc0ade604780f6be710231c4fe6caff027bb1 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h |
+++ b/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.h |
@@ -27,6 +27,7 @@ |
namespace blink { |
class SVGPathSegCurvetoQuadraticAbs FINAL : public SVGPathSegCurvetoQuadratic { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, float x, float y, float x1, float y1) |
{ |
@@ -46,4 +47,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGPathSegCurvetoQuadraticAbs_h |