| Index: Source/core/svg/SVGPolygonElement.h
|
| diff --git a/Source/core/svg/SVGPolygonElement.h b/Source/core/svg/SVGPolygonElement.h
|
| index 03466ee008cf7f04111b60994fa10852d3bd1e9f..d398327e9334900bbe661a540a3ada4d428496a5 100644
|
| --- a/Source/core/svg/SVGPolygonElement.h
|
| +++ b/Source/core/svg/SVGPolygonElement.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGPolygonElement FINAL : public SVGPolyElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGPolygonElement);
|
|
|
| @@ -36,4 +37,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPolygonElement_h
|
|
|