Index: Source/core/svg/SVGTests.idl |
diff --git a/Source/core/svg/SVGTests.idl b/Source/core/svg/SVGTests.idl |
index 9e0f5a164a4327224513c81f1976415f14559c4f..d07c5fba098e2c89976cfac56b61b09db7159909 100644 |
--- a/Source/core/svg/SVGTests.idl |
+++ b/Source/core/svg/SVGTests.idl |
@@ -30,9 +30,9 @@ |
NoInterfaceObject, // Always used on target of 'implements' |
] interface SVGTests { |
- readonly attribute SVGStringList requiredFeatures; |
- readonly attribute SVGStringList requiredExtensions; |
- readonly attribute SVGStringList systemLanguage; |
+ [RuntimeEnabled=SVG1DOM] readonly attribute SVGStringList requiredFeatures; |
+ [RuntimeEnabled=SVG1DOM] readonly attribute SVGStringList requiredExtensions; |
+ [RuntimeEnabled=SVG1DOM] readonly attribute SVGStringList systemLanguage; |
boolean hasExtension(DOMString extension); |
}; |