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