| Index: Source/core/svg/SVGFESpotLightElement.idl
|
| diff --git a/Source/core/svg/SVGFESpotLightElement.idl b/Source/core/svg/SVGFESpotLightElement.idl
|
| index 7867ada3fb87577001e165a07212e3d4abd62d6e..af52685a3f6b0ccbd8dc685441a9286acb236ecd 100644
|
| --- a/Source/core/svg/SVGFESpotLightElement.idl
|
| +++ b/Source/core/svg/SVGFESpotLightElement.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGFESpotLightElement : SVGElement {
|
| +interface SVGFESpotLightElement : SVGElement {
|
| readonly attribute SVGAnimatedNumber x;
|
| readonly attribute SVGAnimatedNumber y;
|
| readonly attribute SVGAnimatedNumber z;
|
|
|