Index: Source/core/svg/SVGFESpecularLightingElement.idl |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.idl b/Source/core/svg/SVGFESpecularLightingElement.idl |
index c9b72bc54208e3668e13c24c23951ae5339483af..2532929417c2d88264850d77958dc405525cbc47 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.idl |
+++ b/Source/core/svg/SVGFESpecularLightingElement.idl |
@@ -23,11 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGFESpecularLightingElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+interface SVGFESpecularLightingElement : SVGStyledElement { |
readonly attribute SVGAnimatedString in1; |
readonly attribute SVGAnimatedNumber surfaceScale; |
readonly attribute SVGAnimatedNumber specularConstant; |
readonly attribute SVGAnimatedNumber specularExponent; |
}; |
+SVGFESpecularLightingElement implements SVGFilterPrimitiveStandardAttributes; |