| Index: Source/core/svg/SVGLengthList.idl
|
| diff --git a/Source/core/svg/SVGLengthList.idl b/Source/core/svg/SVGLengthList.idl
|
| index 23c8719c68446dcec6918b7b01961310c0643d06..b07416c5f9120c20d808bb27f2b5597e7ef3d17c 100644
|
| --- a/Source/core/svg/SVGLengthList.idl
|
| +++ b/Source/core/svg/SVGLengthList.idl
|
| @@ -27,7 +27,7 @@
|
| [
|
| ImplementedAs=SVGLengthListTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| ] interface SVGLengthList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|