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 c5af5722a5a7510d5449b03c8a3ca51d2af69f98..6f85b31df337c80c3124f95e344e6000cffc1a83 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGTests.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGTests.idl |
@@ -29,8 +29,7 @@ |
[ |
NoInterfaceObject, // Always used on target of 'implements' |
] interface SVGTests { |
- |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredFeatures; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredExtensions; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList systemLanguage; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage; |
}; |