Index: third_party/WebKit/Source/core/svg/SVGClipPathElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl b/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl |
index 7afeec12cbc9f8f7a6e16e54e5099a8aa1363b53..9c2429d3008c853a267f8abb00200014ce27bed0 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.idl |
+++ b/third_party/WebKit/Source/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; |
+ [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits; |
}; |