summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGRenderingIntent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGRenderingIntent.idl')
-rw-r--r--WebCore/svg/SVGRenderingIntent.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGRenderingIntent.idl b/WebCore/svg/SVGRenderingIntent.idl
index fc21549..ff2f6ce 100644
--- a/WebCore/svg/SVGRenderingIntent.idl
+++ b/WebCore/svg/SVGRenderingIntent.idl
@@ -25,7 +25,7 @@
module svg {
- interface [Conditional=SVG, GenerateConstructor] SVGRenderingIntent {
+ interface [Conditional=SVG] SVGRenderingIntent {
// Rendering Intent Types
const unsigned short RENDERING_INTENT_UNKNOWN = 0;
const unsigned short RENDERING_INTENT_AUTO = 1;