summaryrefslogtreecommitdiff
path: root/src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl')
-rw-r--r--src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl b/src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl
index 8bd606704c..16e7467ec3 100644
--- a/src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl
+++ b/src/3rdparty/webkit/WebCore/svg/SVGFEDistantLightElement.idl
@@ -25,7 +25,7 @@
module svg {
- interface [Conditional=SVG&SVG_FILTERS] SVGFEDistantLightElement : SVGElement {
+ interface [Conditional=SVG&FILTERS] SVGFEDistantLightElement : SVGElement {
readonly attribute SVGAnimatedNumber azimuth;
readonly attribute SVGAnimatedNumber elevation;
};