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