| Index: Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp
|
| index efbacc2fa6dbdd9eb2523de19850e42628f0004e..3eb229947f2cba034a5b8c3f452d99bbb013acd5 100644
|
| --- a/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -172,7 +172,7 @@ bool HTMLAnchorElement::isKeyboardFocusable() const
|
| if (!page)
|
| return false;
|
|
|
| - if (!page->chrome().client()->tabsToLinks())
|
| + if (!page->chrome().client().tabsToLinks())
|
| return false;
|
|
|
| if (isInCanvasSubtree())
|
|
|