Chromium Code Reviews| Index: Source/core/svg/SVGPathSegLinetoHorizontalRel.idl |
| diff --git a/Source/core/svg/SVGPathSegLinetoHorizontalRel.idl b/Source/core/svg/SVGPathSegLinetoHorizontalRel.idl |
| index 681d6393cf4f113bc1c87b125da4a6943c60f717..19a88e665685a7500d1d6dc837117739d7547ddd 100644 |
| --- a/Source/core/svg/SVGPathSegLinetoHorizontalRel.idl |
| +++ b/Source/core/svg/SVGPathSegLinetoHorizontalRel.idl |
| @@ -26,6 +26,8 @@ |
| [ |
| TypeChecking=Interface, |
| + RuntimeEnabled=SVG1DOM, |
| + MeasureAs=SVGPathSegDOM, |
| ] interface SVGPathSegLinetoHorizontalRel : SVGPathSeg { |
| attribute float x; |
| }; |