summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGUseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGUseElement.h')
-rw-r--r--WebCore/svg/SVGUseElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGUseElement.h b/WebCore/svg/SVGUseElement.h
index 01a193b..bfda95e 100644
--- a/WebCore/svg/SVGUseElement.h
+++ b/WebCore/svg/SVGUseElement.h
@@ -74,7 +74,7 @@ namespace WebCore {
void buildShadowAndInstanceTree(SVGShadowTreeRootElement*);
private:
- virtual bool hasRelativeValues() const;
+ virtual bool selfHasRelativeLengths() const;
DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::xAttr, SVGLength, X, x)
DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::yAttr, SVGLength, Y, y)