Index: Source/core/svg/SVGFEDistantLightElement.h |
diff --git a/Source/core/svg/SVGFEDistantLightElement.h b/Source/core/svg/SVGFEDistantLightElement.h |
index e742d2ca5cf9cff9631f0a0cd2a9b49f9deefa0d..38c218d546c4c50dc3006b859dab7cb48130ab03 100644 |
--- a/Source/core/svg/SVGFEDistantLightElement.h |
+++ b/Source/core/svg/SVGFEDistantLightElement.h |
@@ -25,6 +25,7 @@ |
namespace blink { |
class SVGFEDistantLightElement FINAL : public SVGFELightElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGFEDistantLightElement); |
@@ -36,4 +37,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGFEDistantLightElement_h |