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