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