Temporarily make the HTML5 parser leak instead of crashing.

This commit is contained in:
Henri Sivonen 2009-04-07 15:09:39 +03:00
parent 3a07ccc4a3
commit 477438e93b

View File

@ -147,9 +147,11 @@ void
nsHtml5StackNode::release()
{
refcount--;
#if 0
if (!refcount) {
delete this;
}
#endif
}
void