From 898b01e72163a53aac3a93bda5181b5897299cb1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 3 Oct 2011 20:28:29 +0000 Subject: More conversion to nsurl. (box->href, object params, imagemaps, (i)frames) svn path=/trunk/netsurf/; revision=12933 --- render/html.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 4d4c8cefd..81e18d48e 100644 --- a/render/html.h +++ b/render/html.h @@ -102,7 +102,7 @@ struct content_html_frames { int margin_height; /** frame margin height */ char *name; /** frame name (for targetting) */ - char *url; /** frame url */ + nsurl *url; /** frame url */ bool no_resize; /** frame is not resizable */ frame_scrolling scrolling; /** scrolling characteristics */ @@ -120,7 +120,7 @@ struct content_html_iframe { int margin_height; /** frame margin height */ char *name; /** frame name (for targetting) */ - char *url; /** frame url */ + nsurl *url; /** frame url */ frame_scrolling scrolling; /** scrolling characteristics */ bool border; /** frame has a border */ -- cgit v1.2.3