Index: Source/core/svg/SVGFEMorphologyElement.idl |
diff --git a/Source/core/svg/SVGFEMorphologyElement.idl b/Source/core/svg/SVGFEMorphologyElement.idl |
index 47f1152e715e97ad0bcf0b8947e9822e67130206..cb3d9e461cd9690f290a3a115dab4f59693f3658 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.idl |
+++ b/Source/core/svg/SVGFEMorphologyElement.idl |
@@ -32,7 +32,7 @@ |
const unsigned short SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
readonly attribute SVGAnimatedString in1; |
- readonly attribute SVGAnimatedEnumeration operator; |
+ [ImplementedAs=svgOperator] readonly attribute SVGAnimatedEnumeration operator; |
readonly attribute SVGAnimatedNumber radiusX; |
readonly attribute SVGAnimatedNumber radiusY; |