summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index 9bc9ef3..c5e89b6 100644
--- a/surf.c
+++ b/surf.c
@@ -1698,8 +1698,7 @@ decidenavigation(WebKitPolicyDecision *d, Client *c)
case WEBKIT_NAVIGATION_TYPE_OTHER: /* fallthrough */
default:
/* Do not navigate to links with a "_blank" target (popup) */
- if (webkit_navigation_policy_decision_get_frame_name(
- WEBKIT_NAVIGATION_POLICY_DECISION(d))) {
+ if (webkit_navigation_action_get_frame_name(a)) {
webkit_policy_decision_ignore(d);
} else {
/* Filter out navigation to different domain ? */