summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPaint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPaint.idl')
-rw-r--r--WebCore/svg/SVGPaint.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGPaint.idl b/WebCore/svg/SVGPaint.idl
index 7799aa3..392ae33 100644
--- a/WebCore/svg/SVGPaint.idl
+++ b/WebCore/svg/SVGPaint.idl
@@ -25,7 +25,7 @@
module svg {
- interface [Conditional=SVG, GenerateConstructor] SVGPaint : SVGColor {
+ interface [Conditional=SVG] SVGPaint : SVGColor {
// SVGPaintType
const unsigned short SVG_PAINTTYPE_UNKNOWN = 0;
const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1;