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