diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-13 05:53:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-13 05:53:39 +0800 |
commit | a31dfcff3a86bc6ab702cfb3dd0602707515d1b2 (patch) | |
tree | 40a7966868c2cc8508af9e68f3555afdeb64d19f /tests | |
parent | 3b57ce56fc185b59d2c7c8b320d54250c0cd9199 (diff) | |
download | gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.tar gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.tar.gz gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.tar.bz2 gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.tar.lz gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.tar.xz gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.tar.zst gsoc2013-epiphany-a31dfcff3a86bc6ab702cfb3dd0602707515d1b2.zip |
ephy-shell-test: fix compiler warnings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-shell-test.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/ephy-shell-test.c b/tests/ephy-shell-test.c index 2525cac56..086390ec2 100644 --- a/tests/ephy-shell-test.c +++ b/tests/ephy-shell-test.c @@ -317,16 +317,15 @@ test_ephy_shell_tab_from_external (void) static void test_ephy_shell_tab_no_history (void) { +#ifdef HAVE_WEBKIT2 + /* TODO: BackForwardList */ +#else EphyShell *ephy_shell; GtkWidget *window; - EphyEmbed *embed; EphyEmbed *embed2; EphyEmbed *embed3; -#ifdef HAVE_WEBKIT2 - /* TODO: BackForwardList */ -#else WebKitWebBackForwardList *bflist; WebKitWebHistoryItem *item; |