| Index: Source/core/svg/SVGPoint.idl
|
| diff --git a/Source/core/svg/SVGPoint.idl b/Source/core/svg/SVGPoint.idl
|
| index fa930de6287a3ce87358f17e38b9ebb99aa55bd6..d247b181ccf1a8f8091ae4d0b60c16c45b241730 100644
|
| --- a/Source/core/svg/SVGPoint.idl
|
| +++ b/Source/core/svg/SVGPoint.idl
|
| @@ -23,7 +23,7 @@
|
| [
|
| ImplementedAs=SVGPointTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - TypeChecking=(Interface, Unrestricted),
|
| + TypeChecking=Interface,
|
| WillBeGarbageCollected,
|
| ] interface SVGPoint {
|
| [RaisesException=Setter] attribute unrestricted float x;
|
|
|