| Index: Source/core/svg/SVGSVGElement.idl
|
| diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl
|
| index d04846da125a75c73214df70c78040f0f8e57515..dbfe07df0f30105b1e294f924801d9a18bdbc564 100644
|
| --- a/Source/core/svg/SVGSVGElement.idl
|
| +++ b/Source/core/svg/SVGSVGElement.idl
|
| @@ -22,7 +22,7 @@
|
|
|
| // http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement
|
| [
|
| - TypeChecking=(Interface, Unrestricted),
|
| + TypeChecking=Interface,
|
| ] interface SVGSVGElement : SVGGraphicsElement {
|
|
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
|
|
|