Index: third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl |
index a88d4eb477a3f627e3287930d8986ba6f91863d4..45d3d5300c8b8438a207874327dbe24f73d17300 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl |
@@ -29,6 +29,6 @@ |
[ |
NoInterfaceObject, // Always used on target of 'implements' |
] interface SVGFitToViewBox { |
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedRect viewBox; |
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
+ [MeasureAs=SVG1DOMFitToViewBox] readonly attribute SVGAnimatedRect viewBox; |
+ [MeasureAs=SVG1DOMFitToViewBox] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
}; |