We don't need to crash here, but can try to continue in release

mode.

(cherry picked from commit 0a603c5d0e)
This commit is contained in:
Richard Heck 2016-08-04 21:57:13 -04:00
parent 3f35b5e3b5
commit 928c7a3d68

View File

@ -344,7 +344,7 @@ bool XHTMLStream::closeFontTags()
tag_stack_.pop_back();
// this shouldn't happen, since then the font tags
// weren't in any other tag.
LBUFERR(!tag_stack_.empty());
LASSERT(!tag_stack_.empty(), return true);
curtag = tag_stack_.back();
}