| Index: Source/core/svg/SVGFEDiffuseLightingElement.idl
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.idl b/Source/core/svg/SVGFEDiffuseLightingElement.idl
|
| index f93e45193aa5f711e9475f37d313362f8aca7fcb..5cf37d8a20dec03aeb06c746d163423d3e9ce0de 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.idl
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.idl
|
| @@ -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;
|
|
|