summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/html_object.c2
1 files changed, 0 insertions, 2 deletions
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;