HTML object fetch handler: Remove bogus parent content state assertion.

This commit is contained in:
Michael Drake 2017-03-23 14:24:57 +00:00 committed by Michael Drake
parent be77f764e2
commit 0747e0ed53

View File

@ -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;