| Index: Source/core/svg/SVGPathSegList.idl
|
| diff --git a/Source/core/svg/SVGPathSegList.idl b/Source/core/svg/SVGPathSegList.idl
|
| index 0d6a66f3a4e0b3758f123471b1d72d7de73a251c..dd986b1a19b516ea20f7745a463e403625c69d43 100644
|
| --- a/Source/core/svg/SVGPathSegList.idl
|
| +++ b/Source/core/svg/SVGPathSegList.idl
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| [
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable|String,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| ImplementedAs=SVGPathSegListTearOff
|
| ] interface SVGPathSegList {
|
|
|