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