Chromium Code Reviews| Index: Source/core/svg/SVGPathSegLinetoRel.idl |
| diff --git a/Source/core/svg/SVGPathSegLinetoRel.idl b/Source/core/svg/SVGPathSegLinetoRel.idl |
| index a73f5d29a3fdb6c6778354047d9d5a2f1e2a0d9c..73d6e06fc06e2e0c00e0e618401bce477ab46bca 100644 |
| --- a/Source/core/svg/SVGPathSegLinetoRel.idl |
| +++ b/Source/core/svg/SVGPathSegLinetoRel.idl |
| @@ -26,6 +26,8 @@ |
| [ |
| TypeChecking=Interface, |
| + RuntimeEnabled=SVG1DOM, |
| + MeasureAs=SVGPathSegDOM, |
| ] interface SVGPathSegLinetoRel : SVGPathSeg { |
| attribute float x; |
| attribute float y; |