summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h')
-rw-r--r--WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h b/WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h
index 1e58341..cf47960 100644
--- a/WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h
+++ b/WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h
@@ -53,7 +53,7 @@ public:
private:
SVGStaticPropertyWithParentTearOff(SVGProperty* parent, PropertyType& value, UpdateMethod update)
- : SVGPropertyTearOff<PropertyType>(0, value)
+ : SVGPropertyTearOff<PropertyType>(0, UndefinedRole, value)
, m_update(update)
, m_parent(parent)
{