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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user