Index: Source/core/svg/SVGFECompositeElement.idl |
diff --git a/Source/core/svg/SVGFECompositeElement.idl b/Source/core/svg/SVGFECompositeElement.idl |
index a8b53c4ea378e4de40453f868fb9580405109d18..43c6bbfc42f0cc1dcafb043c9c965b62eff3b417 100644 |
--- a/Source/core/svg/SVGFECompositeElement.idl |
+++ b/Source/core/svg/SVGFECompositeElement.idl |
@@ -37,7 +37,7 @@ |
readonly attribute SVGAnimatedString in1; |
readonly attribute SVGAnimatedString in2; |
- readonly attribute SVGAnimatedEnumeration operator; |
+ [ImplementedAs=svgOperator] readonly attribute SVGAnimatedEnumeration operator; |
readonly attribute SVGAnimatedNumber k1; |
readonly attribute SVGAnimatedNumber k2; |
readonly attribute SVGAnimatedNumber k3; |