Index: Source/core/svg/SVGStopElement.idl |
diff --git a/Source/core/svg/SVGStopElement.idl b/Source/core/svg/SVGStopElement.idl |
index 44da1f92e74a6e92eb3f4b44dc5c8fe0c1d80598..fcdfd97ba831ddc31c3b3744961e0cc5af91a3c0 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] readonly attribute SVGAnimatedNumber offset; |
}; |
- |