Index: Source/core/svg/SVGTSpanElement.h |
diff --git a/Source/core/svg/SVGTSpanElement.h b/Source/core/svg/SVGTSpanElement.h |
index 3aa19bacfa95a6adef49520f8cf1c8926e3b1f03..4471059d368b60de30ac629329a74455ec19ff31 100644 |
--- a/Source/core/svg/SVGTSpanElement.h |
+++ b/Source/core/svg/SVGTSpanElement.h |
@@ -26,6 +26,7 @@ |
namespace blink { |
class SVGTSpanElement FINAL : public SVGTextPositioningElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGTSpanElement); |
@@ -38,4 +39,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGTSpanElement_h |