| Index: core/svg/SVGTests.idl
|
| diff --git a/core/svg/SVGTests.idl b/core/svg/SVGTests.idl
|
| index c9f8ce6682703eb9218c535266fb0e8835cc5719..1a76c1e5580e1b6dacf451566c912bcea4cd4b27 100644
|
| --- a/core/svg/SVGTests.idl
|
| +++ b/core/svg/SVGTests.idl
|
| @@ -29,12 +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;
|
| -
|
| - // TODO(philipj): The following was part of SVG 1.1:
|
| - // http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTests
|
| - [Measure] boolean hasExtension(DOMString extension);
|
| + [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures;
|
| + [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions;
|
| + [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage;
|
| };
|
|
|