From 7aba6e86fb37fef8705fac7fd2ff5a5822d8d5e2 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 11 Oct 2018 16:09:29 -0500 Subject: Split out most functionality of EphyViewSourceHandler Almost all of this logic is reusable for reader mode, so let's move it to a parent class, EphySourceTransformHandler. --- embed/ephy-embed-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-embed-shell.c') 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 -- cgit v1.2.1