Index: Source/core/svg/SVGAElement.cpp |
diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp |
index 23b39ced0d67dbc77428bdd6e7cf5fedcd62c5e5..3f97199924e98b60e17f8f028613c619c7505255 100644 |
--- a/Source/core/svg/SVGAElement.cpp |
+++ b/Source/core/svg/SVGAElement.cpp |
@@ -217,7 +217,7 @@ bool SVGAElement::isMouseFocusable() const |
return false; |
} |
-bool SVGAElement::isKeyboardFocusable(KeyboardEvent*) const |
+bool SVGAElement::isKeyboardFocusable() const |
{ |
if (!isFocusable()) |
return false; |