Index: Source/core/svg/SVGForeignObjectElement.idl |
diff --git a/Source/core/svg/SVGForeignObjectElement.idl b/Source/core/svg/SVGForeignObjectElement.idl |
index 3d348fffbb0d06dfe9a3a055f6486ef7644f1ebe..fd0a228ba6d8a900647da024ce5e1abca4f337f6 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.idl |
+++ b/Source/core/svg/SVGForeignObjectElement.idl |
@@ -24,9 +24,8 @@ |
*/ |
interface SVGForeignObjectElement : SVGGraphicsElement { |
- readonly attribute SVGAnimatedLength x; |
- readonly attribute SVGAnimatedLength y; |
- readonly attribute SVGAnimatedLength width; |
- readonly attribute SVGAnimatedLength height; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height; |
}; |
- |