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