Index: third_party/WebKit/Source/core/svg/SVGTests.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGTests.idl b/third_party/WebKit/Source/core/svg/SVGTests.idl |
index 6f85b31df337c80c3124f95e344e6000cffc1a83..1a76c1e5580e1b6dacf451566c912bcea4cd4b27 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGTests.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGTests.idl |
@@ -29,7 +29,7 @@ |
[ |
NoInterfaceObject, // Always used on target of 'implements' |
] interface SVGTests { |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage; |
+ [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures; |
+ [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions; |
+ [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage; |
}; |