| Index: core/svg/SVGUseElement.idl | 
| =================================================================== | 
| --- core/svg/SVGUseElement.idl	(revision 23517) | 
| +++ core/svg/SVGUseElement.idl	(working copy) | 
| @@ -23,14 +23,12 @@ | 
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| */ | 
|  | 
| -[ | 
| -    Conditional=SVG | 
| -] interface SVGUseElement : SVGStyledElement, | 
| -                                            SVGURIReference, | 
| -                                            SVGTests, | 
| -                                            SVGLangSpace, | 
| -                                            SVGExternalResourcesRequired, | 
| -                                            SVGTransformable { | 
| +interface SVGUseElement : SVGStyledElement, | 
| +                          SVGURIReference, | 
| +                          SVGTests, | 
| +                          SVGLangSpace, | 
| +                          SVGExternalResourcesRequired, | 
| +                          SVGTransformable { | 
| readonly attribute SVGAnimatedLength   x; | 
| readonly attribute SVGAnimatedLength   y; | 
| readonly attribute SVGAnimatedLength   width; | 
|  |