| Index: core/svg/SVGPathSegCurvetoCubicRel.idl | 
| =================================================================== | 
| --- core/svg/SVGPathSegCurvetoCubicRel.idl	(revision 23517) | 
| +++ core/svg/SVGPathSegCurvetoCubicRel.idl	(working copy) | 
| @@ -24,9 +24,7 @@ | 
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| */ | 
|  | 
| -[ | 
| -    Conditional=SVG | 
| -] interface SVGPathSegCurvetoCubicRel : SVGPathSeg { | 
| +interface SVGPathSegCurvetoCubicRel : SVGPathSeg { | 
| [StrictTypeChecking] attribute float x; | 
| [StrictTypeChecking] attribute float y; | 
| [StrictTypeChecking] attribute float x1; | 
|  |