Chromium Code Reviews| Index: Source/core/svg/SVGPathSegArcAbs.idl |
| diff --git a/Source/core/svg/SVGPathSegArcAbs.idl b/Source/core/svg/SVGPathSegArcAbs.idl |
| index 2f8e401fdb678db9276b73b0afd35c104af25fb7..b9c20930f37b3fe5088ec4cdbf62c2fe912699fa 100644 |
| --- a/Source/core/svg/SVGPathSegArcAbs.idl |
| +++ b/Source/core/svg/SVGPathSegArcAbs.idl |
| @@ -25,7 +25,7 @@ |
| */ |
| [ |
| - StrictTypeChecking, |
| + TypeChecking=Interface|Nullable|String, |
| ] interface SVGPathSegArcAbs : SVGPathSeg { |
| attribute float x; |
| attribute float y; |