summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-shell.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-10-11 16:09:29 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-10-13 11:26:13 -0500
commit7aba6e86fb37fef8705fac7fd2ff5a5822d8d5e2 (patch)
treeb5c280585de19e48e2aee14465b3c37f452a2ebe /embed/ephy-embed-shell.c
parent235657fcb6e70dfa18122abeb0c3a2dc5a66a4b6 (diff)
downloadepiphany-wip/reader-uri.tar.gz
Split out most functionality of EphyViewSourceHandlerwip/reader-uri
Almost all of this logic is reusable for reader mode, so let's move it to a parent class, EphySourceTransformHandler.
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 9708df3db..86063187d 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -842,7 +842,7 @@ source_request_cb (WebKitURISchemeRequest *request,
{
EphyEmbedShellPrivate *priv = ephy_embed_shell_get_instance_private (shell);
- ephy_view_source_handler_handle_request (priv->source_handler, request);
+ ephy_source_transform_handler_handle_request (EPHY_SOURCE_TRANSFORM_HANDLER (priv->source_handler), request);
}
static void