| Index: Source/core/svg/SVGCursorElement.h
|
| diff --git a/Source/core/svg/SVGCursorElement.h b/Source/core/svg/SVGCursorElement.h
|
| index 4c7491ce20b9aa74d5e360a681f9992050317c80..be151913bb5d454c492f0f202fe0561722a68ca5 100644
|
| --- a/Source/core/svg/SVGCursorElement.h
|
| +++ b/Source/core/svg/SVGCursorElement.h
|
| @@ -32,6 +32,7 @@ namespace blink {
|
| class SVGCursorElement FINAL : public SVGElement,
|
| public SVGTests,
|
| public SVGURIReference {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGCursorElement);
|
|
|
| @@ -67,4 +68,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGCursorElement_h
|
|
|