Index: Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h b/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h |
index d7df755309e757f2e42d8219ec3cb74b9712504c..a67940dcbcd1c686cf46231fb24b63ef0aae2c2d 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h |
+++ b/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.h |
@@ -27,6 +27,7 @@ |
namespace blink { |
class SVGPathSegCurvetoCubicSmoothRel FINAL : public SVGPathSegCurvetoCubicSmooth { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, float x, float y, float x2, float y2) |
{ |
@@ -46,4 +47,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGPathSegCurvetoCubicSmoothRel_h |