summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGAElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGAElement.cpp')
-rw-r--r--Source/WebCore/svg/SVGAElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGAElement.cpp b/Source/WebCore/svg/SVGAElement.cpp
index 601b432..4d02c69 100644
--- a/Source/WebCore/svg/SVGAElement.cpp
+++ b/Source/WebCore/svg/SVGAElement.cpp
@@ -195,7 +195,7 @@ void SVGAElement::defaultEventHandler(Event* event)
bool SVGAElement::supportsFocus() const
{
- if (isContentEditable())
+ if (rendererIsEditable())
return SVGStyledTransformableElement::supportsFocus();
return true;
}