Index: Source/core/svg/SVGFECompositeElement.h |
diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h |
index 41956cea5f7f3a13eab80da2aa8a2c62c349d2af..6a760f108d3e2030fc8859f816e22998424c6abf 100644 |
--- a/Source/core/svg/SVGFECompositeElement.h |
+++ b/Source/core/svg/SVGFECompositeElement.h |
@@ -89,7 +89,7 @@ private: |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFECompositeElement) |
DECLARE_ANIMATED_STRING(In1, in1) |
DECLARE_ANIMATED_STRING(In2, in2) |
- DECLARE_ANIMATED_ENUMERATION(_operator, _operator, CompositeOperationType) |
+ DECLARE_ANIMATED_ENUMERATION(SVGOperator, svgOperator, CompositeOperationType) |
DECLARE_ANIMATED_NUMBER(K1, k1) |
DECLARE_ANIMATED_NUMBER(K2, k2) |
DECLARE_ANIMATED_NUMBER(K3, k3) |