mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
HTML object fetch handler: Remove bogus parent content state assertion.
This commit is contained in:
parent
be77f764e2
commit
0747e0ed53
@ -124,8 +124,6 @@ html_object_callback(hlcache_handle *object,
|
||||
int x, y;
|
||||
struct box *box;
|
||||
|
||||
assert(c->base.status != CONTENT_STATUS_ERROR);
|
||||
|
||||
box = o->box;
|
||||
if (box == NULL && event->type != CONTENT_MSG_ERROR) {
|
||||
return NSERROR_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user