summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/netsurf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index dd4000bc0..120bda9e3 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -254,6 +254,7 @@ int netsurf_main_loop(void)
if(fetch_active)
schedule(0, netsurf_fetch_callback, NULL);
gui_poll(fetch_active);
+ hlcache_poll();
}
return 0;