| 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 4efb2712a4cf48080948c7afaffd7f4768783173..b05a2590a142910b67178ccd9c971eda4a3bd65e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| @@ -23,11 +23,10 @@
|
| // http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement
|
|
|
| interface SVGSVGElement : SVGGraphicsElement {
|
| -
|
| - [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
|
| - [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y;
|
| - [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width;
|
| - [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height;
|
| + [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength x;
|
| + [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength y;
|
| + [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength width;
|
| + [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength height;
|
| // TODO(philipj): viewport should be a DOMRectReadOnly.
|
| [Measure] readonly attribute SVGRect viewport;
|
| // TODO(philipj): useCurrentView and currentView have been removed:
|
|
|