| Index: Source/core/svg/SVGRectElement.h
|
| diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h
|
| index 9c78b6b850f2570959d133ada62c207d0bea2bad..4eada17f7c656b4d56a86fc18cd8f4a6c580ccf2 100644
|
| --- a/Source/core/svg/SVGRectElement.h
|
| +++ b/Source/core/svg/SVGRectElement.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class SVGRectElement FINAL : public SVGGeometryElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGRectElement);
|
|
|
| @@ -60,4 +61,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGRectElement_h
|
|
|