| Index: Source/core/svg/SVGMetadataElement.h
|
| diff --git a/Source/core/svg/SVGMetadataElement.h b/Source/core/svg/SVGMetadataElement.h
|
| index 02b53cf042402b6705f0e755a674f50788d5e3f8..0f625f8ed0241a8f3ae52e26e8ae681e94f245d9 100644
|
| --- a/Source/core/svg/SVGMetadataElement.h
|
| +++ b/Source/core/svg/SVGMetadataElement.h
|
| @@ -26,6 +26,7 @@
|
| namespace blink {
|
|
|
| class SVGMetadataElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGMetadataElement);
|
|
|
| @@ -37,4 +38,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGMetadataElement_h
|
|
|