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

mode.
This commit is contained in:
Richard Heck 2016-08-04 21:57:13 -04:00
parent fab09075a6
commit 0a603c5d0e

View File

@ -347,7 +347,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();
}