Index: Source/core/svg/SVGMaskElement.h |
diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h |
index 3a35887f9394960c4d78b6c5ef18cb6293ab3945..5a658d29ad71b44925a088b7ab1f04419b82f6f1 100644 |
--- a/Source/core/svg/SVGMaskElement.h |
+++ b/Source/core/svg/SVGMaskElement.h |
@@ -32,6 +32,7 @@ namespace blink { |
class SVGMaskElement FINAL : public SVGElement, |
public SVGTests { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGMaskElement); |
@@ -65,6 +66,6 @@ private: |
RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskContentUnits; |
}; |
-} |
+} // namespace blink |
-#endif |
+#endif // SVGMaskElement_h |