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