summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGLength.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGLength.idl')
-rw-r--r--WebCore/svg/SVGLength.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGLength.idl b/WebCore/svg/SVGLength.idl
index 3938a2c..a349c47 100644
--- a/WebCore/svg/SVGLength.idl
+++ b/WebCore/svg/SVGLength.idl
@@ -22,7 +22,7 @@
module svg {
- interface [Conditional=SVG, GenerateConstructor, PODType=SVGLength] SVGLength {
+ interface [Conditional=SVG, PODType=SVGLength] SVGLength {
// Length Unit Types
const unsigned short SVG_LENGTHTYPE_UNKNOWN = 0;
const unsigned short SVG_LENGTHTYPE_NUMBER = 1;