Fix bug #3238323: pass correct context pointer for html_object_callback

svn path=/trunk/netsurf/; revision=12126
This commit is contained in:
John Mark Bell 2011-03-23 20:39:18 +00:00
parent 7d978f46fd
commit 237a62a9e7
1 changed files with 1 additions and 1 deletions

View File

@ -1343,7 +1343,7 @@ bool html_replace_object(struct content_html_object *object, const char *url)
/* initialise fetch */
error = hlcache_handle_retrieve(url2, 0, content__get_url(c), NULL,
html_object_callback, c, &child,
html_object_callback, object, &child,
object->permitted_types,
&object->content);