Index: Source/core/svg/SVGFEMorphologyElement.idl |
diff --git a/Source/core/svg/SVGFEMorphologyElement.idl b/Source/core/svg/SVGFEMorphologyElement.idl |
index 053d522a032895ee7b214544d1ae00aafc2523bb..831d12646286c4bc03578c84f6a30cec0ab60003 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.idl |
+++ b/Source/core/svg/SVGFEMorphologyElement.idl |
@@ -38,8 +38,8 @@ |
readonly attribute SVGAnimatedNumber radiusX; |
readonly attribute SVGAnimatedNumber radiusY; |
- void setRadius([Default=Undefined] optional float radiusX, |
- [Default=Undefined] optional float radiusY); // non-standard |
+ [MeasureAs=SVGFEMorphologyElementSetRadius] void setRadius([Default=Undefined] optional float radiusX, |
+ [Default=Undefined] optional float radiusY); // non-standard |
}; |
SVGFEMorphologyElement implements SVGFilterPrimitiveStandardAttributes; |