| Index: core/svg/SVGFEDiffuseLightingElement.idl
 | 
| ===================================================================
 | 
| --- core/svg/SVGFEDiffuseLightingElement.idl	(revision 23517)
 | 
| +++ core/svg/SVGFEDiffuseLightingElement.idl	(working copy)
 | 
| @@ -23,10 +23,8 @@
 | 
|   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 | 
|   */
 | 
|  
 | 
| -[
 | 
| -    Conditional=SVG
 | 
| -] interface SVGFEDiffuseLightingElement : SVGStyledElement,
 | 
| -                           SVGFilterPrimitiveStandardAttributes {
 | 
| +interface SVGFEDiffuseLightingElement : SVGStyledElement,
 | 
| +                                        SVGFilterPrimitiveStandardAttributes {
 | 
|      readonly attribute SVGAnimatedString in1;
 | 
|      readonly attribute SVGAnimatedNumber surfaceScale;
 | 
|      readonly attribute SVGAnimatedNumber diffuseConstant;
 | 
| 
 |