Fix frameset processing.

svn path=/trunk/netsurf/; revision=13875
This commit is contained in:
Michael Drake 2012-04-16 16:14:40 +00:00
parent a018a75d67
commit cc35563f2b
1 changed files with 3 additions and 0 deletions

View File

@ -2189,6 +2189,9 @@ bool box_create_frameset(struct content_html_frames *f, dom_node *n,
dom_node_unref(c);
c = next;
} else {
/* Got a FRAME or FRAMESET element */
break;
}
}