Chromium Code Reviews| Index: Source/core/svg/SVGClipPathElement.idl |
| diff --git a/Source/core/svg/SVGClipPathElement.idl b/Source/core/svg/SVGClipPathElement.idl |
| index 4bb7cf19cddd5485cd3fc64b1a7f2338878c2729..106fb5000ee56e5fd29677b19c804b66e1708382 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, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits; |
| }; |