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