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