| Index: Source/core/svg/SVGFESpecularLightingElement.idl
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.idl b/Source/core/svg/SVGFESpecularLightingElement.idl
|
| index e0966544cced095ba9c1b3b6de90f1be2de6a238..c9b72bc54208e3668e13c24c23951ae5339483af 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.idl
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.idl
|
| @@ -23,10 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGFESpecularLightingElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| +interface SVGFESpecularLightingElement : SVGStyledElement,
|
| + SVGFilterPrimitiveStandardAttributes {
|
| readonly attribute SVGAnimatedString in1;
|
| readonly attribute SVGAnimatedNumber surfaceScale;
|
| readonly attribute SVGAnimatedNumber specularConstant;
|
|
|