Index: Source/core/svg/SVGPathSegArcAbs.idl |
diff --git a/Source/core/svg/SVGPathSegArcAbs.idl b/Source/core/svg/SVGPathSegArcAbs.idl |
index 1695f5349c2b480301e5d5c1592d330509461af1..70ae995074cd7488bbe257252652542b9276bc15 100644 |
--- a/Source/core/svg/SVGPathSegArcAbs.idl |
+++ b/Source/core/svg/SVGPathSegArcAbs.idl |
@@ -26,6 +26,8 @@ |
[ |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVGPathSegDOM, |
] interface SVGPathSegArcAbs : SVGPathSeg { |
attribute float x; |
attribute float y; |