aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-13 02:23:54 +0800
committerXan Lopez <xan@igalia.com>2013-03-13 02:23:54 +0800
commit7c634f7c171250525eb63b3024e289bbea270458 (patch)
tree49fdd868edda00797b84f795ca2701c42e33882b
parent3e7587c89c40f8031d64f126aec0c53bf47f0634 (diff)
downloadgsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.tar
gsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.tar.gz
gsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.tar.bz2
gsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.tar.lz
gsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.tar.xz
gsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.tar.zst
gsoc2013-epiphany-7c634f7c171250525eb63b3024e289bbea270458.zip
ephy-web-view: cast object to the right type
-rw-r--r--embed/ephy-web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index f5627d8dc..9f3d0146d 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1231,7 +1231,7 @@ load_process_crashed_page_cb (EphyWebView *web_view)
static void
process_crashed_cb (WebKitWebView *web_view, gpointer user_data)
{
- EphyWebViewPrivate *priv = web_view->priv;
+ EphyWebViewPrivate *priv = EPHY_WEB_VIEW (web_view)->priv;
g_return_if_fail (priv->show_process_crash_page_id == 0);
priv->show_process_crash_page_id = g_idle_add_full (G_PRIORITY_LOW,