| Index: Source/core/svg/SVGEllipseElement.h
|
| diff --git a/Source/core/svg/SVGEllipseElement.h b/Source/core/svg/SVGEllipseElement.h
|
| index b581fbb4d5619c6890f80cf4c6abb51ded13c54a..80166468ee672d2833235fbbce2e2107e3728162 100644
|
| --- a/Source/core/svg/SVGEllipseElement.h
|
| +++ b/Source/core/svg/SVGEllipseElement.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class SVGEllipseElement FINAL : public SVGGeometryElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGEllipseElement);
|
|
|
| @@ -56,4 +57,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGEllipseElement_h
|
|
|