| 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 b7c1434634ba3d5bc9871fe1bfc990bf2b22b115..61b768b61a76c52abc3afd609f5d5adf7dc0665b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPoint.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPoint.idl
|
| @@ -26,7 +26,7 @@
|
| [
|
| ImplementedAs=SVGPointTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface SVGPoint {
|
| [RaisesException=Setter] attribute unrestricted float x;
|
| [RaisesException=Setter] attribute unrestricted float y;
|
|
|