| Index: Source/core/svg/SVGSetElement.h
|
| diff --git a/Source/core/svg/SVGSetElement.h b/Source/core/svg/SVGSetElement.h
|
| index 05b6662135d82d264448a5e7deaa3dddb8c3ce21..0deabd2d3ae12e2b6c3565f9244ae852a881e74c 100644
|
| --- a/Source/core/svg/SVGSetElement.h
|
| +++ b/Source/core/svg/SVGSetElement.h
|
| @@ -27,6 +27,7 @@ namespace blink {
|
|
|
| // SVGAnimateElement implements superset of the functionality.
|
| class SVGSetElement FINAL : public SVGAnimateElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGSetElement);
|
|
|
| @@ -37,4 +38,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGSetElement_h
|
|
|