Index: Source/core/svg/SVGFEMorphologyElement.idl |
diff --git a/Source/core/svg/SVGFEMorphologyElement.idl b/Source/core/svg/SVGFEMorphologyElement.idl |
index 831d12646286c4bc03578c84f6a30cec0ab60003..25206f4b9cee341e9b3deb44ef82ed1e950faa12 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.idl |
+++ b/Source/core/svg/SVGFEMorphologyElement.idl |
@@ -37,9 +37,6 @@ |
[ImplementedAs=svgOperator] readonly attribute SVGAnimatedEnumeration operator; |
readonly attribute SVGAnimatedNumber radiusX; |
readonly attribute SVGAnimatedNumber radiusY; |
- |
- [MeasureAs=SVGFEMorphologyElementSetRadius] void setRadius([Default=Undefined] optional float radiusX, |
- [Default=Undefined] optional float radiusY); // non-standard |
}; |
SVGFEMorphologyElement implements SVGFilterPrimitiveStandardAttributes; |