Fixed miscellaneous leaks exposed to tinderbox leak stats by brade%netscape.com's JS checkin (rev 1.150 of navigator.js, 2000-04-28).
git-svn-id: svn://10.0.0.236/trunk@67689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3083,7 +3083,7 @@ PRBool nsHTMLDocument::NodeIsBlock(nsIDOMNode * aNode, PRBool aPreIsBlock) const
|
||||
return PR_FALSE;
|
||||
|
||||
// Wish mParserService could be mutable:
|
||||
NS_CONST_CAST(nsHTMLDocument* , this)->mParserService = parserService;
|
||||
NS_CONST_CAST(nsHTMLDocument* , this)->mParserService = dont_AddRef(parserService);
|
||||
}
|
||||
|
||||
PRInt32 id;
|
||||
|
||||
Reference in New Issue
Block a user