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 9c2429d3008c853a267f8abb00200014ce27bed0..543feac1257f1f3e477e0a8c4caad78b729a367d 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 { |
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration clipPathUnits; |
+ [Measure] readonly attribute SVGAnimatedEnumeration clipPathUnits; |
}; |