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