| Index: Source/core/svg/SVGLineElement.h
|
| diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h
|
| index 577a90777a38c4db34451964fbca71a0e0d9d199..67c1ff74cf3e4d16147535c80623a06ec6bb74d8 100644
|
| --- a/Source/core/svg/SVGLineElement.h
|
| +++ b/Source/core/svg/SVGLineElement.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class SVGLineElement FINAL : public SVGGeometryElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGLineElement);
|
|
|
| @@ -54,4 +55,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGLineElement_h
|
|
|