| Index: Source/core/svg/SVGClipPathElement.idl
|
| diff --git a/Source/core/svg/SVGClipPathElement.idl b/Source/core/svg/SVGClipPathElement.idl
|
| index 4bb7cf19cddd5485cd3fc64b1a7f2338878c2729..7d6383e69e23da0cc492d7384b50a86659c3dc29 100644
|
| --- a/Source/core/svg/SVGClipPathElement.idl
|
| +++ b/Source/core/svg/SVGClipPathElement.idl
|
| @@ -25,5 +25,5 @@
|
| */
|
|
|
| interface SVGClipPathElement : SVGGraphicsElement {
|
| - readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| + [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| };
|
|
|