| Index: core/svg/SVGClipPathElement.idl
|
| diff --git a/core/svg/SVGClipPathElement.idl b/core/svg/SVGClipPathElement.idl
|
| index 7afeec12cbc9f8f7a6e16e54e5099a8aa1363b53..543feac1257f1f3e477e0a8c4caad78b729a367d 100644
|
| --- a/core/svg/SVGClipPathElement.idl
|
| +++ b/core/svg/SVGClipPathElement.idl
|
| @@ -30,5 +30,5 @@
|
| // implement SVGUnitTypes. The transform attribute (which is on
|
| // SVGGraphicsElement) should also be on SVGClipPathElement.
|
| interface SVGClipPathElement : SVGGraphicsElement {
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| + [Measure] readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| };
|
|
|