Avoid assertion crash when html object recieves favicon message.

svn path=/trunk/netsurf/; revision=13220
This commit is contained in:
Michael Drake 2011-12-02 15:08:25 +00:00
parent ce37fdb128
commit 6a7e602bbd

View File

@ -1736,6 +1736,10 @@ nserror html_object_callback(hlcache_handle *object,
break;
case CONTENT_MSG_LINK:
/* Don't care about favicons */
break;
default:
assert(0);
}