summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h4
1 files changed, 2 insertions, 2 deletions
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 */