diff options
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 0e383499a..5346073a0 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -143,11 +143,10 @@ ephy_embed_single_new (const char *type) } gresult -ephy_embed_single_clear_cache (EphyEmbedSingle *shell, - CacheType type) +ephy_embed_single_clear_cache (EphyEmbedSingle *shell) { EphyEmbedSingleClass *klass = EPHY_EMBED_SINGLE_GET_CLASS (shell); - return klass->clear_cache (shell, type); + return klass->clear_cache (shell); } gresult |