mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 16:49:18 +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;
|
int x, y;
|
||||||
struct box *box;
|
struct box *box;
|
||||||
|
|
||||||
assert(c->base.status != CONTENT_STATUS_ERROR);
|
|
||||||
|
|
||||||
box = o->box;
|
box = o->box;
|
||||||
if (box == NULL && event->type != CONTENT_MSG_ERROR) {
|
if (box == NULL && event->type != CONTENT_MSG_ERROR) {
|
||||||
return NSERROR_OK;
|
return NSERROR_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user