| Index: Source/core/svg/SVGDescElement.h
|
| diff --git a/Source/core/svg/SVGDescElement.h b/Source/core/svg/SVGDescElement.h
|
| index 1cf10ec2ce3f9d441782241bdd235707bb216a08..94ca946e4489ed11d1c15e2be6e9c098b35074d7 100644
|
| --- a/Source/core/svg/SVGDescElement.h
|
| +++ b/Source/core/svg/SVGDescElement.h
|
| @@ -26,6 +26,7 @@
|
| namespace blink {
|
|
|
| class SVGDescElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGDescElement);
|
|
|
| @@ -37,4 +38,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGDescElement_h
|
|
|