| Index: Source/core/svg/SVGPoint.idl
|
| diff --git a/Source/core/svg/SVGPoint.idl b/Source/core/svg/SVGPoint.idl
|
| index bb30f3deb85ac789af5d2f88831d2eb1ce37d9db..69e988425d88a5b94d23da422bcfd489fedddea0 100644
|
| --- a/Source/core/svg/SVGPoint.idl
|
| +++ b/Source/core/svg/SVGPoint.idl
|
| @@ -24,6 +24,7 @@
|
| ImplementedAs=SVGPointTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| TypeChecking=Interface,
|
| + WillBeGarbageCollected,
|
| ] interface SVGPoint {
|
| [RaisesException=Setter] attribute float x;
|
| [RaisesException=Setter] attribute float y;
|
|
|