Add iframe comment.

svn path=/trunk/netsurf/; revision=10559
This commit is contained in:
Michael Drake 2010-06-03 15:15:31 +00:00
parent c2e7c66ea3
commit bc9fef0a1a

View File

@ -1678,6 +1678,7 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
box->type = BOX_INLINE_BLOCK;
assert(box->style);
/* Showing iframe, so don't show alternate content */
if (convert_children)
*convert_children = false;
return true;