Index: Source/core/svg/SVGStopElement.idl |
diff --git a/Source/core/svg/SVGStopElement.idl b/Source/core/svg/SVGStopElement.idl |
index 44da1f92e74a6e92eb3f4b44dc5c8fe0c1d80598..f8eef5b590ad17d6b12542cac50e2cfd6b5d70bd 100644 |
--- a/Source/core/svg/SVGStopElement.idl |
+++ b/Source/core/svg/SVGStopElement.idl |
@@ -24,6 +24,5 @@ |
*/ |
interface SVGStopElement : SVGElement { |
- readonly attribute SVGAnimatedNumber offset; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber offset; |
}; |
- |