| Index: Source/core/svg/SVGTests.idl
|
| diff --git a/Source/core/svg/SVGTests.idl b/Source/core/svg/SVGTests.idl
|
| index 9e0f5a164a4327224513c81f1976415f14559c4f..172dcd1796b5c84cb3474894dc3858f71e80cbf1 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, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredFeatures;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredExtensions;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList systemLanguage;
|
|
|
| boolean hasExtension(DOMString extension);
|
| };
|
|
|