Bug 449692. Make sure to initialize the variable we'll be using

This commit is contained in:
Ben Karel [eschew] 2008-08-08 01:07:34 -04:00
parent 1bea400a48
commit b706b44b41

View File

@ -354,7 +354,7 @@ nsDocumentEncoder::SerializeToStringRecursive(nsIDOMNode* aNode,
PRBool aDontSerializeRoot)
{
nsresult rv = NS_OK;
PRBool serializeClonedChildren;
PRBool serializeClonedChildren = PR_FALSE;
nsCOMPtr<nsIDOMNode> maybeFixedNode;
if (mNodeFixup)