Index: Source/core/svg/SVGPathSegClosePath.h |
diff --git a/Source/core/svg/SVGPathSegClosePath.h b/Source/core/svg/SVGPathSegClosePath.h |
index 457bcd9f104da3ad38f6bcc845b546423f027e78..5df3c6e91eaa6c89659ae331dc1482093133b894 100644 |
--- a/Source/core/svg/SVGPathSegClosePath.h |
+++ b/Source/core/svg/SVGPathSegClosePath.h |
@@ -26,6 +26,7 @@ |
namespace blink { |
class SVGPathSegClosePath FINAL : public SVGPathSegWithContext { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element) |
{ |
@@ -45,4 +46,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGPathSegClosePath_h |