fix tinderbox orange caused by uninitialized variable

git-svn-id: svn://10.0.0.236/trunk@118183 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2002-04-05 01:19:28 +00:00
parent afbe1b0389
commit 301e41ca20

View File

@@ -399,7 +399,7 @@ nsXMLContentSink::DidBuildModel(PRInt32 aQualityLevel)
loader->RemoveObserver(this);
}
PRUint32 documentLoadType;
PRUint32 documentLoadType = 0;
if (mWebShell) {
nsCOMPtr<nsIDocShell> docShell(do_QueryInterface(mWebShell));
if (docShell) {