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