diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/svg/SVGFESpotLightElement.idl')
-rw-r--r-- | src/3rdparty/webkit/WebCore/svg/SVGFESpotLightElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/svg/SVGFESpotLightElement.idl b/src/3rdparty/webkit/WebCore/svg/SVGFESpotLightElement.idl index 339d545630..5a41202519 100644 --- a/src/3rdparty/webkit/WebCore/svg/SVGFESpotLightElement.idl +++ b/src/3rdparty/webkit/WebCore/svg/SVGFESpotLightElement.idl @@ -25,7 +25,7 @@ module svg { - interface [Conditional=SVG&SVG_FILTERS] SVGFESpotLightElement : SVGElement { + interface [Conditional=SVG&FILTERS] SVGFESpotLightElement : SVGElement { readonly attribute SVGAnimatedNumber x; readonly attribute SVGAnimatedNumber y; readonly attribute SVGAnimatedNumber z; |