From 0747e0ed53ed802757d2fa322a96577af4a8a57f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 23 Mar 2017 14:24:57 +0000 Subject: HTML object fetch handler: Remove bogus parent content state assertion. --- render/html_object.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'render') diff --git a/render/html_object.c b/render/html_object.c index bc351247c..e20cd6d63 100644 --- a/render/html_object.c +++ b/render/html_object.c @@ -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; -- cgit v1.2.3