Chromium Code Reviews| Index: Source/core/svg/SVGPathElement.idl |
| diff --git a/Source/core/svg/SVGPathElement.idl b/Source/core/svg/SVGPathElement.idl |
| index 5acffd0d6a288929629ebae901376a0300141281..5a18773df7829874dd58c715f9c7925d57c44251 100644 |
| --- a/Source/core/svg/SVGPathElement.idl |
| +++ b/Source/core/svg/SVGPathElement.idl |
| @@ -25,7 +25,7 @@ |
| */ |
| [ |
| - StrictTypeChecking, |
| + TypeChecking=Interface|Nullable|String, |
| ] interface SVGPathElement : SVGGeometryElement { |
| readonly attribute SVGAnimatedNumber pathLength; |