summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index f09eb25..3133196 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -874,5 +874,6 @@ void
mq_tab_chrome_set_web_view(MqTabChrome *chrome, WebKitWebView *web_view)
{
chrome->web_view = web_view;
+ chrome->find_controller = webkit_web_view_get_find_controller(web_view);
connect_web_view(chrome);
}