| Index: Source/core/svg/SVGTitleElement.h
|
| diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h
|
| index 4aeb0e1400c31a125494d2eb6a14895ef14e6521..42ecc826c86a4d00ff856f34e3da585978ffc3a1 100644
|
| --- a/Source/core/svg/SVGTitleElement.h
|
| +++ b/Source/core/svg/SVGTitleElement.h
|
| @@ -26,6 +26,7 @@
|
| namespace blink {
|
|
|
| class SVGTitleElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGTitleElement);
|
|
|
| @@ -41,4 +42,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGTitleElement_h
|
|
|