| Index: Source/core/svg/SVGPointList.idl
|
| diff --git a/Source/core/svg/SVGPointList.idl b/Source/core/svg/SVGPointList.idl
|
| index 444570b1f4ec111a3fee4ff700eedf2918297a1d..7bf20b53f7e09c64bf66aa4b1550becf14e58a58 100644
|
| --- a/Source/core/svg/SVGPointList.idl
|
| +++ b/Source/core/svg/SVGPointList.idl
|
| @@ -26,7 +26,7 @@
|
| [
|
| ImplementedAs=SVGPointListTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| ] interface SVGPointList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|