| Index: third_party/WebKit/Source/core/svg/SVGRect.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRect.idl b/third_party/WebKit/Source/core/svg/SVGRect.idl
|
| index b416da56696a7badbd7fe279198be4a479aa8a52..4868b15cafc57b0ed47348793ae345250984d77a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRect.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRect.idl
|
| @@ -24,8 +24,8 @@
|
|
|
| // TODO(foolip): SVGRect is gone from SVG 2, replaced by DOMRect.
|
| [
|
| + DependentLifetime,
|
| ImplementedAs=SVGRectTearOff,
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| ] interface SVGRect {
|
| [RaisesException=Setter] attribute unrestricted float x;
|
| [RaisesException=Setter] attribute unrestricted float y;
|
|
|