diff options
Diffstat (limited to 'embed/ephy-base-embed.c')
-rw-r--r-- | embed/ephy-base-embed.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-base-embed.c b/embed/ephy-base-embed.c index e5b3a1216..c87af20dc 100644 --- a/embed/ephy-base-embed.c +++ b/embed/ephy-base-embed.c @@ -1251,10 +1251,6 @@ ephy_base_embed_file_monitor_reload_cb (EphyBaseEmbed *embed) priv->reload_scheduled_id = 0; LOG ("Reloading file '%s'", ephy_embed_get_address (EPHY_EMBED (embed))); - /* FIXME: no way to bypass cache when reloading with WebKit right now. - * Old code did it here. - * WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=19815 - */ webkit_web_view_reload (EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed)); /* don't run again */ |