| Index: Source/core/svg/SVGDefsElement.h
|
| diff --git a/Source/core/svg/SVGDefsElement.h b/Source/core/svg/SVGDefsElement.h
|
| index 4f621437e6574a537ca3eba8f7d46e0dace044b3..9226533e88164769548c6ff342d4569b1781dd78 100644
|
| --- a/Source/core/svg/SVGDefsElement.h
|
| +++ b/Source/core/svg/SVGDefsElement.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGDefsElement FINAL : public SVGGraphicsElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGDefsElement);
|
|
|
| @@ -40,4 +41,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGDefsElement_h
|
|
|