diff options
Diffstat (limited to 'WebCore/page/EventHandler.cpp')
-rw-r--r-- | WebCore/page/EventHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/EventHandler.cpp b/WebCore/page/EventHandler.cpp index 4046bd8..e12d9eb 100644 --- a/WebCore/page/EventHandler.cpp +++ b/WebCore/page/EventHandler.cpp @@ -2732,7 +2732,7 @@ void EventHandler::defaultArrowEventHandler(FocusDirection focusDirection, Keybo if (!page) return; - if (!page->settings() || !page->settings()->isSpatialNavigationEnabled()) + if (!isSpatialNavigationEnabled(m_frame)) return; // Arrows and other possible directional navigation keys can be used in design |