mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Temporarily make the HTML5 parser leak instead of crashing.
This commit is contained in:
parent
3a07ccc4a3
commit
477438e93b
@ -147,9 +147,11 @@ void
|
||||
nsHtml5StackNode::release()
|
||||
{
|
||||
refcount--;
|
||||
#if 0
|
||||
if (!refcount) {
|
||||
delete this;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user