diff options
Diffstat (limited to 'WebKit/android/nav/CachedFrame.cpp')
-rw-r--r-- | WebKit/android/nav/CachedFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/nav/CachedFrame.cpp b/WebKit/android/nav/CachedFrame.cpp index 0eefad1..57054e1 100644 --- a/WebKit/android/nav/CachedFrame.cpp +++ b/WebKit/android/nav/CachedFrame.cpp @@ -973,7 +973,7 @@ bool CachedFrame::setFocus(WebCore::Frame* frame, WebCore::Node* node, if (test->isFocus()) { DBG_NAV_LOGD("already set? test=%d frame=%p node=%p x=%d y=%d", test->index(), frame, node, x, y); - return true; + return false; } const_cast<CachedRoot*>(mRoot)->setCachedFocus(this, test); return true; |