| Index: Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp
|
| index ad2524376d2764a9725c70eb8a93436c08ffed24..02772e772a27d2fa40a583b746056ab1175b0066 100644
|
| --- a/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -147,7 +147,7 @@ bool HTMLAnchorElement::isKeyboardFocusable(KeyboardEvent* event) const
|
| if (!page)
|
| return false;
|
|
|
| - if (!page->chrome()->client()->tabsToLinks())
|
| + if (!page->chrome().client()->tabsToLinks())
|
| return false;
|
|
|
| if (isInCanvasSubtree())
|
|
|