Index: Source/core/svg/SVGFEMorphologyElement.h |
diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h |
index ccf5d0f7d5214ef509b1eecefb289760521b356a..b0286bac60380dce20692b5d828caf8dcf7a31c0 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.h |
+++ b/Source/core/svg/SVGFEMorphologyElement.h |
@@ -30,6 +30,7 @@ namespace blink { |
template<> const SVGEnumerationStringEntries& getStaticStringEntries<MorphologyOperatorType>(); |
class SVGFEMorphologyElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGFEMorphologyElement); |
@@ -54,4 +55,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // SVGFEMorphologyElement_h |