| Index: core/svg/SVGViewElement.idl
|
| diff --git a/core/svg/SVGViewElement.idl b/core/svg/SVGViewElement.idl
|
| index 45ae255c57c1aa7ab7a6223a4b94c00b1f020faa..147ad373ef6ff4f7f29ca893e4582cf1f8afb368 100644
|
| --- a/core/svg/SVGViewElement.idl
|
| +++ b/core/svg/SVGViewElement.idl
|
| @@ -26,7 +26,7 @@
|
| // http://www.w3.org/TR/SVG2/linking.html#InterfaceSVGViewElement
|
|
|
| interface SVGViewElement : SVGElement {
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList viewTarget;
|
| + [Measure] readonly attribute SVGStringList viewTarget;
|
| };
|
|
|
| SVGViewElement implements SVGFitToViewBox;
|
|
|