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