| Index: Source/core/svg/SVGAElement.cpp
|
| diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp
|
| index e146769106553f218725efcb3c802869aeac5a71..23b39ced0d67dbc77428bdd6e7cf5fedcd62c5e5 100644
|
| --- a/Source/core/svg/SVGAElement.cpp
|
| +++ b/Source/core/svg/SVGAElement.cpp
|
| @@ -88,7 +88,7 @@ String SVGAElement::title() const
|
| return title;
|
|
|
| // Otherwise, use the title of this element.
|
| - return SVGStyledElement::title();
|
| + return SVGElement::title();
|
| }
|
|
|
| bool SVGAElement::isSupportedAttribute(const QualifiedName& attrName)
|
|
|