Index: Source/core/svg/SVGFEMorphologyElement.h |
diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h |
index ed9e972d7050e49bd3a92b85088d702beeb49772..0c7ab3d5344d0060058d0fcdc5785b0b7691f3c4 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.h |
+++ b/Source/core/svg/SVGFEMorphologyElement.h |
@@ -76,7 +76,7 @@ private: |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEMorphologyElement) |
DECLARE_ANIMATED_STRING(In1, in1) |
- DECLARE_ANIMATED_ENUMERATION(_operator, _operator, MorphologyOperatorType) |
+ DECLARE_ANIMATED_ENUMERATION(SVGOperator, svgOperator, MorphologyOperatorType) |
DECLARE_ANIMATED_NUMBER(RadiusX, radiusX) |
DECLARE_ANIMATED_NUMBER(RadiusY, radiusY) |
END_DECLARE_ANIMATED_PROPERTIES |