diff options
Diffstat (limited to 'WebKit/android/nav/WebView.cpp')
-rw-r--r-- | WebKit/android/nav/WebView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/nav/WebView.cpp b/WebKit/android/nav/WebView.cpp index d76c22c..f422130 100644 --- a/WebKit/android/nav/WebView.cpp +++ b/WebKit/android/nav/WebView.cpp @@ -546,7 +546,7 @@ void fixCursor() return; int x, y; const CachedFrame* frame; - const CachedNode* node = m_frameCacheUI->findAt(bounds, &frame, &x, &y, false); + const CachedNode* node = m_frameCacheUI->findAt(bounds, &frame, &x, &y, true); if (!node) return; // require that node have approximately the same bounds (+/- 4) and the same |